mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-22 19:01:43 +02:00
lower number of rows read per query, to not run out of memory
(eg. pec instance)
This commit is contained in:
parent
b9b03bced7
commit
a8adf9dd54
@ -867,7 +867,7 @@ class Backup
|
|||||||
/**
|
/**
|
||||||
* Number of rows to select per chunk, to not run into memory limit on huge tables
|
* 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
|
* Backup all data in the form of a (compressed) csv file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user