1
0
mirror of https://github.com/beestat/app.git synced 2025-07-09 03:04:07 -04:00

Fixed #281 - Comparisons fail after 5 second timeout

This is a bit of a hack but this code is going to go away soon so it's OK.
This commit is contained in:
Jon Ziebell 2020-06-17 09:34:48 -04:00
parent 88108cf93f
commit ddb43c773c

View File

@ -429,6 +429,9 @@ class thermostat_group extends cora\crud {
* @return array * @return array
*/ */
public function get_scores($type, $attributes) { public function get_scores($type, $attributes) {
// See #281
set_time_limit(30);
// All or none are required. // All or none are required.
if( if(
( (