Skip to content

Commit 15d7bc4

Browse files
authored
Merge pull request #384 from yungwine/bot
increase out_of_sync and service_down alerts timeouts
2 parents 4cd9a31 + 1441d67 commit 15d7bc4

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)