mirror of
https://github.com/beestat/app.git
synced 2025-07-09 03:04:07 -04:00
Temporarily cutting down the chunking on thermostat_group to save memory.
This commit is contained in:
parent
0e495ac134
commit
e2a21f67b0
@ -580,7 +580,7 @@ class thermostat_group extends cora\crud {
|
||||
}
|
||||
|
||||
$limit_start = 0;
|
||||
$limit_count = 1000;
|
||||
$limit_count = 100;
|
||||
|
||||
/**
|
||||
* Selecting lots of rows can eventually run PHP out of memory, so chunk
|
||||
|
Loading…
x
Reference in New Issue
Block a user