Automation: periodic 1 -> 2.5 min
This commit is contained in:
parent
ae110dcfe4
commit
6b747d40f8
|
@ -129,7 +129,7 @@ class AutomationPlugin @Inject constructor(
|
|||
init {
|
||||
refreshLoop = Runnable {
|
||||
processActions()
|
||||
handler.postDelayed(refreshLoop, T.mins(1).msecs())
|
||||
handler.postDelayed(refreshLoop, T.secs(150).msecs())
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue