mirror of
https://github.com/beestat/app.git
synced 2026-05-30 02:52:28 -04:00
Re-added caching to runtime_thermostat->sync()
This commit is contained in:
@@ -16,8 +16,8 @@ class runtime_thermostat extends cora\crud {
|
||||
];
|
||||
|
||||
public static $cache = [
|
||||
// 'sync' => 900, // 15 Minutes
|
||||
// 'read' => 900, // 15 Minutes
|
||||
'sync' => 900, // 15 Minutes
|
||||
'read' => 900, // 15 Minutes
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user