diff --git a/core/bulkexport.class.inc.php b/core/bulkexport.class.inc.php index 928b905f0..5a3b2b5aa 100644 --- a/core/bulkexport.class.inc.php +++ b/core/bulkexport.class.inc.php @@ -17,7 +17,7 @@ * You should have received a copy of the GNU Affero General Public License */ -define('EXPORTER_DEFAULT_CHUNK_SIZE', 10); +define('EXPORTER_DEFAULT_CHUNK_SIZE', 1000); class BulkExportException extends Exception {