1
0
mirror of https://github.com/beestat/app.git synced 2025-06-01 04:37:12 -04:00

Re-added caching to runtime_thermostat->sync()

This commit is contained in:
Jon Ziebell 2019-10-21 20:58:42 -04:00
parent 9c0c07a380
commit 3eda17a366

View File

@ -16,8 +16,8 @@ class runtime_thermostat extends cora\crud {
]; ];
public static $cache = [ public static $cache = [
// 'sync' => 900, // 15 Minutes 'sync' => 900, // 15 Minutes
// 'read' => 900, // 15 Minutes 'read' => 900, // 15 Minutes
]; ];
/** /**