lower number of rows read per query, to not run out of memory

(eg. pec instance)
This commit is contained in:
Ralf Becker 2017-06-15 09:32:12 +02:00
parent 9827da9243
commit 57934a2935

View File

@ -878,7 +878,7 @@ class Backup
/**
* Number of rows to select per chunk, to not run into memory limit on huge tables
*/
const ROW_CHUNK = 10000;
const ROW_CHUNK = 5000;
/**
* Backup all data in the form of a (compressed) csv file