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:
Rafael Taranto 2023-05-08 13:33:38 +01:00 committed by GitHub
commit 47925b54e6

View file

@ -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