mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
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
This commit is contained in:
@@ -1653,6 +1653,7 @@ port = 6006
|
|||||||
ip = 127.0.0.1
|
ip = 127.0.0.1
|
||||||
admin = 127.0.0.1
|
admin = 127.0.0.1
|
||||||
protocol = ws
|
protocol = ws
|
||||||
|
send_queue_limit = 500
|
||||||
|
|
||||||
[port_grpc]
|
[port_grpc]
|
||||||
port = 50051
|
port = 50051
|
||||||
@@ -1663,6 +1664,7 @@ secure_gateway = 127.0.0.1
|
|||||||
#port = 6005
|
#port = 6005
|
||||||
#ip = 127.0.0.1
|
#ip = 127.0.0.1
|
||||||
#protocol = wss
|
#protocol = wss
|
||||||
|
#send_queue_limit = 500
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user