pub const BINANCE_WS_HEARTBEAT_SECS: u64 = 20;
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.