forked from extern/egroupware
"setting a higher CHUNK_SIZE to improve performance"
This commit is contained in:
parent
df8217ff61
commit
0d48d6021e
@ -365,7 +365,7 @@ class groupdav_propfind_iterator implements Iterator
|
||||
* Number of entries queried from callback in one call
|
||||
*
|
||||
*/
|
||||
const CHUNK_SIZE = 100;
|
||||
const CHUNK_SIZE = 500;
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
|
Loading…
Reference in New Issue
Block a user