Skip to content

Commit

Permalink
fix: change default send_queue_limit to 500 (#4867)
Browse files Browse the repository at this point in the history
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
thejohnfreeman authored Jan 16, 2024
1 parent 5a7af5b commit fe4d6c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cfg/rippled-example.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1641,6 +1641,7 @@ port = 6006
ip = 127.0.0.1
admin = 127.0.0.1
protocol = ws
send_queue_limit = 500

[port_grpc]
port = 50051
Expand All @@ -1651,6 +1652,7 @@ secure_gateway = 127.0.0.1
#port = 6005
#ip = 127.0.0.1
#protocol = wss
#send_queue_limit = 500

#-------------------------------------------------------------------------------

Expand Down

0 comments on commit fe4d6c6

Please sign in to comment.