setting same chunk-size of 500 as iterator used for optimal performance

This commit is contained in:
ralf 2023-02-15 12:41:33 +01:00
parent 9ba61e0b25
commit d2e03e6a28

View File

@ -207,7 +207,7 @@ class addressbook_groupdav extends Api\CalDAV\Handler
/** /**
* Chunk-size for DB queries of profind_generator * Chunk-size for DB queries of profind_generator
*/ */
const CHUNK_SIZE = 50; const CHUNK_SIZE = 500;
/** /**
* Generator for propfind with ability to skip reporting not found ids * Generator for propfind with ability to skip reporting not found ids