Hello,
On the current main branch, the client pings the WebSocket and waits for a pong every 500 ms.
1 - Is the 500 ms ping interval intentional for main?
Context / Rationale
- In a WebSocket client, I typically set the ping interval to about 50–55 s (most servers send a ping every ~60 s and expect a pong anyway, else the server will close the connection).
- Even though the ping payload is empty on main, a 500 ms interval across many nodes could look like constant traffic and potentially burden proxies.