Merge pull request #5193 from zmstone/fix-emqx-conf-default-wss-max-conn-102400

fix(emqx.conf): default wss max_connection from 16 to 102400
This commit is contained in:
Zaiming (Stone) Shi 2021-07-09 11:39:34 +02:00 committed by GitHub
commit 088e615818
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.
##