🐛Show files in folders up to 1k files
This commit is contained in:
committed by
Anton Shepilov
parent
a709a716d4
commit
281c9006e4
+1
-1
@@ -78,7 +78,7 @@ export default class Repository<EntityType> {
|
||||
}
|
||||
|
||||
if (!options.pagination) {
|
||||
options.pagination = new Pagination("", "100");
|
||||
options.pagination = new Pagination("", "1000");
|
||||
}
|
||||
|
||||
return await this.connector.find(this.entityType, filters, options);
|
||||
|
||||
Reference in New Issue
Block a user