diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2018-01-09 22:05:48 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2018-01-09 22:06:40 +0300 |
| commit | bef969eabcd44b5acf358bb67d78cea882fa5f3f (patch) | |
| tree | 1beaf31d5b24d60c304a0b6a314a0fb4b1d22461 | |
| parent | 790c45323f9de3273896cf5a74eccf5ca3e1180c (diff) | |
| download | rabbitmq-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.
| -rw-r--r-- | docs/rabbitmq.conf.example | 2 |
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). ## |
