Skip to content

Commit bef969e

Browse files
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.
1 parent 790c453 commit bef969e

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
@@ -624,7 +624,7 @@
624624
## and TLS listeners.
625625
##
626626
# mqtt.num_acceptors.tcp = 10
627-
# mqtt.num_acceptors.ssl = 1
627+
# mqtt.num_acceptors.ssl = 10
628628

629629
## TCP listener options (as per the broker configuration).
630630
##

0 commit comments

Comments
 (0)