File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 41
41
# num_acceptors.ssl = 10
42
42
43
43
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.
46
46
##
47
47
# handshake_timeout = 10000
48
48
49
49
## 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` .
52
52
##
53
- # reverse_dns_lookups = true
53
+ # reverse_dns_lookups = false
54
54
55
55
##
56
56
## Security, Access Control
You can’t perform that action at this time.
0 commit comments