summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2018-01-09 22:05:48 +0300
committerMichael Klishin <michael@clojurewerkz.org>2018-01-09 22:06:40 +0300
commitbef969eabcd44b5acf358bb67d78cea882fa5f3f (patch)
tree1beaf31d5b24d60c304a0b6a314a0fb4b1d22461 /docs
parent790c45323f9de3273896cf5a74eccf5ca3e1180c (diff)
downloadrabbitmq-server-git-bef969eabcd44b5acf358bb67d78cea882fa5f3f.tar.gz
rabbitmq.conf.example: 3.7.x uses 10 TLS acceptors by default
It used to be 1 to work around an issue in an older Ranch release.
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmq.conf.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example
index fb9ab7677b..6d30af1ecb 100644
--- a/docs/rabbitmq.conf.example
+++ b/docs/rabbitmq.conf.example
@@ -624,7 +624,7 @@
## and TLS listeners.
##
# mqtt.num_acceptors.tcp = 10
-# mqtt.num_acceptors.ssl = 1
+# mqtt.num_acceptors.ssl = 10
## TCP listener options (as per the broker configuration).
##