From 0e495ac134aa64b8fa262b64516b1641743b6ed7 Mon Sep 17 00:00:00 2001 From: Jon Ziebell Date: Wed, 4 Mar 2020 20:05:34 -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 bbd8cbd..14f213f 100644 --- a/api/thermostat_group.php +++ b/api/thermostat_group.php @@ -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