Skip to content

Commit 2d2e79e

Browse files
rabbitmq.conf.example: minor edits
1 parent c9ec030 commit 2d2e79e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/rabbitmq.conf.example

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@
4141
# num_acceptors.ssl = 10
4242

4343

44-
## Maximum time for AMQP 0-8/0-9/0-9-1 handshake (after socket connection
45-
## and TLS handshake), in milliseconds.
44+
## Maximum amount of time allowed for the AMQP 0-9-1 and AMQP 1.0 handshake
45+
## (performed after socket connection and TLS handshake) to complete, in milliseconds.
4646
##
4747
# handshake_timeout = 10000
4848

4949
## Set to 'true' to perform reverse DNS lookups when accepting a
50-
## connection. Hostnames will then be shown instead of IP addresses
51-
## in rabbitmqctl and the management plugin.
50+
## connection. rabbitmqctl and management UI will then display hostnames
51+
## instead of IP addresses. Default value is `false`.
5252
##
53-
# reverse_dns_lookups = true
53+
# reverse_dns_lookups = false
5454

5555
##
5656
## Security, Access Control

0 commit comments

Comments
 (0)