We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8a7bf commit 9537cfaCopy full SHA for 9537cfa
scripts/configurator.py
@@ -44,7 +44,7 @@ def __init__(self):
44
self.default_server_port = 10051
45
# If server is unreachable than try to reconnect self.attempts_max_count times after wait timeout
46
self.connect_attempt_wait_timeout = 5
47
- self.connect_attempts_max_count = 10
+ self.connect_attempts_max_count = 30
48
# SMTP settings
49
self.smtp_server = os.environ["SMTP_SERVER"]
50
self.smtp_email = os.environ["SMTP_EMAIL"]
0 commit comments