Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenthebuilder committed May 3, 2024
1 parent ff629cd commit 3cd1b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion replit_river/transport_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class ConnectionRetryOptions(BaseModel):
max_backoff_ms: float = 32_000
attempt_budget_capacity: float = 5
budget_restore_interval_ms: float = 200
max_retry: int = 100
max_retry: int = 5


# setup in replit web can be found at
Expand Down

0 comments on commit 3cd1b47

Please sign in to comment.