fix(conf): change wss.external.max_connections from 16 to 102400

This commit is contained in:
Zaiming Shi 2021-07-08 16:45:16 +02:00 committed by turtleDeng
parent 05b16c601b
commit 780e403262
1 changed files with 1 additions and 1 deletions

View File

@ -1849,7 +1849,7 @@ listener.wss.external.acceptors = 4
## Maximum number of concurrent MQTT/Webwocket/SSL connections. ## Maximum number of concurrent MQTT/Webwocket/SSL connections.
## ##
## Value: Number ## Value: Number
listener.wss.external.max_connections = 16 listener.wss.external.max_connections = 102400
## Maximum MQTT/WebSocket/SSL connections per second. ## Maximum MQTT/WebSocket/SSL connections per second.
## ##