"setting a higher CHUNK_SIZE to improve performance"

This commit is contained in:
Ralf Becker 2009-10-19 07:47:06 +00:00
parent df8217ff61
commit 0d48d6021e

View File

@ -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