forked from extern/egroupware
lower number of rows read per query, to not run out of memory
(eg. pec instance)
This commit is contained in:
parent
9827da9243
commit
57934a2935
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user