Skip to content

Commit ad29ee7

Browse files
committed
feat: relax ServerHealthCheck defaults
1 parent 89d5476 commit ad29ee7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stac_auth_proxy/lifespan/ServerHealthCheck.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ class ServerHealthCheck:
1616

1717
url: str | HttpUrl
1818
max_retries: int = 10
19-
retry_delay: float = 0.25
20-
retry_delay_max: float = 10.0
19+
retry_delay: float = 0.5
20+
retry_delay_max: float = 5.0
2121
timeout: float = 5.0
2222

2323
def __post_init__(self):

0 commit comments

Comments
 (0)