🐛Show files in folders up to 1k files

This commit is contained in:
Anton SHEPILOV
2024-06-07 10:24:12 +02:00
committed by Anton Shepilov
parent a709a716d4
commit 281c9006e4
@@ -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);