Automation: periodic 1 -> 2.5 min

This commit is contained in:
Milos Kozak 2023-10-11 21:19:55 +02:00
parent ae110dcfe4
commit 6b747d40f8

View file

@ -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())
}
}