diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2019-02-11 15:04:27 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2019-02-11 15:04:27 +0300 |
| commit | c9ec0302524c0d204f07cc119539ef2a04f6ec51 (patch) | |
| tree | 62e3a3df69138c7c432eb6695045249c88020483 | |
| parent | bda3e339a4712e54272375e0c635c5a100d02cb3 (diff) | |
| download | rabbitmq-server-git-c9ec0302524c0d204f07cc119539ef2a04f6ec51.tar.gz | |
Default num_acceptors.ssl is 10
It used to be limited to 1 because of an ssl
application bug in OTP that resulted in excessive
log noise per acceptor. That's no longer true
and the limit has been bumped to 10 months ago.
| -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 b82956a267..9969925459 100644 --- a/docs/rabbitmq.conf.example +++ b/docs/rabbitmq.conf.example @@ -38,7 +38,7 @@ ## and TLS listeners. ## # num_acceptors.tcp = 10 -# num_acceptors.ssl = 1 +# num_acceptors.ssl = 10 ## Maximum time for AMQP 0-8/0-9/0-9-1 handshake (after socket connection |
