fix(emqx.conf): default wss max_connection from 16 to 102400
This commit is contained in:
parent
793aa951e3
commit
e990220e83
|
@ -1878,7 +1878,7 @@ listener.wss.external {
|
|||
## Maximum number of concurrent MQTT/Webwocket/SSL connections.
|
||||
##
|
||||
## Value: Number
|
||||
max_connections: 16
|
||||
max_connections: 102400
|
||||
|
||||
## Maximum MQTT/WebSocket/SSL connections per second.
|
||||
##
|
||||
|
|
Loading…
Reference in New Issue