Skip to content

Commit 1441d67

Browse files
committed
increase out_of_sync and service_down alerts timeouts
1 parent 79bf05b commit 1441d67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/alert_bot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ class Alert:
4848
"out_of_sync": Alert(
4949
"critical",
5050
"Node is out of sync on {sync} sec.",
51-
0
51+
300
5252
),
5353
"service_down": Alert(
5454
"critical",
5555
"validator.service is down.",
56-
0
56+
300
5757
),
5858
"adnl_connection_failed": Alert(
5959
"high",

0 commit comments

Comments
 (0)