Skip to content

Commit

Permalink
Change default send_queue_limit to 500
Browse files Browse the repository at this point in the history
Recent load on mainnet has averaged 250 txn/ledger. Clients subscribed
to `transactions` over web socket are being disconnected because the
traffic exceeds the default `send_queue_limit` of 100.

This changeset only touches the default configuration, not the default
in code.

Fixes XRPLF#4866
  • Loading branch information
thejohnfreeman committed Jan 5, 2024
1 parent ca31981 commit f39f357
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 f39f357

Please sign in to comment.