We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f633b75 commit e4b4e3eCopy full SHA for e4b4e3e
1 file changed
databento/live/client.py
@@ -57,7 +57,8 @@ class Live:
57
gateway.
58
heartbeat_interval_s: int, optional
59
The interval in seconds at which the gateway will send heartbeat records if no
60
- other data records are sent.
+ other data records are sent. By default heartbeats will be sent at the gateway's
61
+ default interval. Minimum interval is 5 seconds.
62
reconnect_policy: ReconnectPolicy | str, optional
63
The reconnect policy for the live session.
64
- "none": the client will not reconnect (default)
0 commit comments