Skip to content

Commit e4b4e3e

Browse files
committed
DOC: Update heartbeat interval docs
1 parent f633b75 commit e4b4e3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

databento/live/client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ class Live:
5757
gateway.
5858
heartbeat_interval_s: int, optional
5959
The interval in seconds at which the gateway will send heartbeat records if no
60-
other data records are sent.
60+
other data records are sent. By default heartbeats will be sent at the gateway's
61+
default interval. Minimum interval is 5 seconds.
6162
reconnect_policy: ReconnectPolicy | str, optional
6263
The reconnect policy for the live session.
6364
- "none": the client will not reconnect (default)

0 commit comments

Comments
 (0)