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:05:48 +0300 |
| commit | e65d425c45fabc0642405fdd578e99d2c9708405 (patch) | |
| tree | edd4e4a0ae550aa621247a39f948b5dffbbe03ed /docs | |
| parent | 382e588e9fcee030e75dd147be7798a94ceb8360 (diff) | |
| download | rabbitmq-server-git-e65d425c45fabc0642405fdd578e99d2c9708405.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.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). ## |
