Compare commits

...

1 Commits

Author SHA1 Message Date
Louis Chmn 67c31584e2 HACK: limit the amount of files returned by getFolderContentsById
Signed-off-by: Louis Chmn <louis@chmn.me>
2026-02-11 15:49:09 +01:00
+1
View File
@@ -224,6 +224,7 @@ class Cache implements ICache {
$query->selectFileCache()
->whereParent($fileId)
->whereStorageId($this->getNumericStorageId())
->setMaxResults(10000)
->orderBy('name', 'ASC');
$metadataQuery = $query->selectMetadata();