Remove change push by error

This commit is contained in:
Anne-Cath
2023-10-17 11:45:09 +02:00
parent 4e13cce770
commit 8ca20e3135

View File

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