Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: change default send_queue_limit to 500 (#4867)
Clients subscribed to `transactions` over WebSocket are being disconnected because the traffic exceeds the default `send_queue_limit` of 100. This commit changes the default configuration, not the default in code. Fix #4866
- Loading branch information