Skip to content

Commit

Permalink
Consistent defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsblom committed Jan 9, 2025
1 parent a069cf9 commit a5043ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nautilus_trader/adapters/dydx/websocket/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def __init__(
loop: asyncio.AbstractEventLoop,
subscription_rate_limit_per_second: int = 2,
max_reconnection_tries: int | None = 3,
max_send_retries: int | None = 0,
max_send_retries: int | None = None,
retry_delay_secs: float | None = None,
) -> None:
"""
Expand Down

0 comments on commit a5043ce

Please sign in to comment.