1
0
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:
Jon Ziebell 2020-03-04 20:09:13 -05:00
parent 0e495ac134
commit e2a21f67b0

View File

@ -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