Retry constants

This commit is contained in:
SMKRV
2024-11-20 01:40:29 +03:00
parent 8be860007a
commit 8f796ad9dc
+1 -1
View File
@@ -170,7 +170,7 @@ LOG_LEVEL_DEFAULT: Final = "INFO"
QUEUE_TIMEOUT: Final = 5
QUEUE_MAX_SIZE: Final = 100
# Retry constants
# Retry constants
MAX_RETRIES: Final = 3
RETRY_DELAY: Final = 1.0