mirror of
https://github.com/smkrv/ha-text-ai.git
synced 2026-07-22 07:03:58 +08:00
Retry constants
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user