Skip to content

Commit c9ec030

Browse files
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.
1 parent bda3e33 commit c9ec030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rabbitmq.conf.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
## and TLS listeners.
3939
##
4040
# num_acceptors.tcp = 10
41-
# num_acceptors.ssl = 1
41+
# num_acceptors.ssl = 10
4242

4343

4444
## Maximum time for AMQP 0-8/0-9/0-9-1 handshake (after socket connection

0 commit comments

Comments
 (0)