Merge pull request #1534 from siiky/fix/lam-869/notif-spam
LAM-869 fix: be more lenient to bad pings
This commit is contained in:
commit
47925b54e6
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ const CODES_DISPLAY = {
|
||||||
CASHBOX_REMOVED: 'Cashbox removed'
|
CASHBOX_REMOVED: 'Cashbox removed'
|
||||||
}
|
}
|
||||||
|
|
||||||
const NETWORK_DOWN_TIME = 1 * T.minute
|
const NETWORK_DOWN_TIME = 3 * T.minute
|
||||||
const STALE_STATE = 7 * T.minute
|
const STALE_STATE = 7 * T.minute
|
||||||
const ALERT_SEND_INTERVAL = T.hour
|
const ALERT_SEND_INTERVAL = T.hour
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue