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 0f6365e commit bf306c2Copy full SHA for bf306c2
backend/settings.py
@@ -16,3 +16,4 @@
16
WEBHOOK_PATH = os.getenv("WEBHOOK_PATH", RANDON_WEBHOOK_PATH)
17
18
ENABLE_TGBOT = os.getenv("ENABLE_TGBOT", True)
19
+RETRY_TIMEOUT = int(os.getenv("RETRY_TIMEOUT", 60))
0 commit comments