From e2a21f67b00af48315731feeb36ea92df14f0d7d Mon Sep 17 00:00:00 2001 From: Jon Ziebell Date: Wed, 4 Mar 2020 20:09:13 -0500 Subject: [PATCH] Temporarily cutting down the chunking on thermostat_group to save memory. --- api/thermostat_group.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/thermostat_group.php b/api/thermostat_group.php index 14f213f..fa2cfd2 100644 --- a/api/thermostat_group.php +++ b/api/thermostat_group.php @@ -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