fix(conf): change wss.external.max_connections from 16 to 102400
This commit is contained in:
parent
05b16c601b
commit
780e403262
|
@ -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.
|
||||||
##
|
##
|
||||||
|
|
Loading…
Reference in New Issue