Skip to content

Commit 9537cfa

Browse files
committed
Increased count of attempts to connect to the server.
1 parent ab8a7bf commit 9537cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/configurator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def __init__(self):
4444
self.default_server_port = 10051
4545
# If server is unreachable than try to reconnect self.attempts_max_count times after wait timeout
4646
self.connect_attempt_wait_timeout = 5
47-
self.connect_attempts_max_count = 10
47+
self.connect_attempts_max_count = 30
4848
# SMTP settings
4949
self.smtp_server = os.environ["SMTP_SERVER"]
5050
self.smtp_email = os.environ["SMTP_EMAIL"]

0 commit comments

Comments
 (0)