Skip to main content

BINANCE_WS_HEARTBEAT_SECS

Constant BINANCE_WS_HEARTBEAT_SECS 

Source
pub const BINANCE_WS_HEARTBEAT_SECS: u64 = 20;
Expand description

Default WebSocket heartbeat interval in seconds.

Binance caps ping/pong frames at 5 per second, so this sits well inside the limit while keeping the derived liveness window tight.