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

Slight performance improvement for syncing.

Most effective when it's at least a week behind.
This commit is contained in:
Jon Ziebell 2021-02-26 22:04:12 -05:00
parent 99bed767b3
commit 01656e2cff

View File

@ -452,6 +452,10 @@ class runtime extends cora\api {
], ],
'operator' => 'between' 'operator' => 'between'
] ]
],
[
'runtime_thermostat_id',
'timestamp'
] ]
); );