We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7d6a07 commit 0ad024dCopy full SHA for 0ad024d
1 file changed
src/corva/configuration.py
@@ -60,8 +60,8 @@ class Settings(BaseSettings):
60
POOL_MAX_SIZE: int = 20 # Max connections count per pool/host
61
POOL_BLOCK: bool = True # Wait until connection released
62
63
- # retry
64
- MAX_RETRY_COUNT: int = DEFAULT_MAX_RETRY_COUNT # If `0` then retries will be disabled
+ # retry. If `0` then retries will be disabled
+ MAX_RETRY_COUNT: int = DEFAULT_MAX_RETRY_COUNT
65
BACKOFF_FACTOR: float = 1.0
66
67
OTEL_LOG_SENDING_DISABLED: bool = False
0 commit comments