WIP - remove log + fix edition with a lot of values (>chunk_size)

This commit is contained in:
Anne-Cath
2023-10-17 11:05:33 +02:00
parent 543daac06d
commit f408e14d4b

View File

@@ -17,7 +17,7 @@
* You should have received a copy of the GNU Affero General Public License
*/
define('EXPORTER_DEFAULT_CHUNK_SIZE', 1000);
define('EXPORTER_DEFAULT_CHUNK_SIZE', 10);
class BulkExportException extends Exception
{