mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
system: fix gateway watcher backoff
This commit is contained in:
parent
da6fab5bff
commit
0e5a5c3ba2
@ -142,5 +142,5 @@ while (1) {
|
||||
configdp_run($action, [implode(',', $alarm_gateways)]);
|
||||
}
|
||||
|
||||
sleep($alarm ? $wait : $poll);
|
||||
sleep(count($alarm_gateways) ? $wait : $poll);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user