diff --git a/modules/alert_bot.py b/modules/alert_bot.py index c618dae0..d542c40f 100644 --- a/modules/alert_bot.py +++ b/modules/alert_bot.py @@ -48,12 +48,12 @@ class Alert: "out_of_sync": Alert( "critical", "Node is out of sync on {sync} sec.", - 0 + 300 ), "service_down": Alert( "critical", "validator.service is down.", - 0 + 300 ), "adnl_connection_failed": Alert( "high",