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
8ee82d4bd0
commit
0e495ac134
@ -459,7 +459,7 @@ class thermostat_group extends cora\crud {
|
||||
|
||||
$scores = [];
|
||||
$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