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 89d5476 commit ad29ee7Copy full SHA for ad29ee7
src/stac_auth_proxy/lifespan/ServerHealthCheck.py
@@ -16,8 +16,8 @@ class ServerHealthCheck:
16
17
url: str | HttpUrl
18
max_retries: int = 10
19
- retry_delay: float = 0.25
20
- retry_delay_max: float = 10.0
+ retry_delay: float = 0.5
+ retry_delay_max: float = 5.0
21
timeout: float = 5.0
22
23
def __post_init__(self):
0 commit comments