mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 16:29:22 +01:00
setting same chunk-size of 500 as iterator used for optimal performance
This commit is contained in:
parent
9ba61e0b25
commit
d2e03e6a28
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user