diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2019-02-11 15:30:40 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2019-02-11 15:30:40 +0300 |
| commit | 2d2e79ea9cbebd8ae25ce77131b01ddfd8b59b53 (patch) | |
| tree | 208516e184bd8a42f91142a8ba948bdd40ff0a7a /docs | |
| parent | c9ec0302524c0d204f07cc119539ef2a04f6ec51 (diff) | |
| download | rabbitmq-server-git-2d2e79ea9cbebd8ae25ce77131b01ddfd8b59b53.tar.gz | |
rabbitmq.conf.example: minor edits
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq.conf.example | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example index 9969925459..42aea4acf5 100644 --- a/docs/rabbitmq.conf.example +++ b/docs/rabbitmq.conf.example @@ -41,16 +41,16 @@ # num_acceptors.ssl = 10 -## Maximum time for AMQP 0-8/0-9/0-9-1 handshake (after socket connection -## and TLS handshake), in milliseconds. +## Maximum amount of time allowed for the AMQP 0-9-1 and AMQP 1.0 handshake +## (performed after socket connection and TLS handshake) to complete, in milliseconds. ## # handshake_timeout = 10000 ## Set to 'true' to perform reverse DNS lookups when accepting a -## connection. Hostnames will then be shown instead of IP addresses -## in rabbitmqctl and the management plugin. +## connection. rabbitmqctl and management UI will then display hostnames +## instead of IP addresses. Default value is `false`. ## -# reverse_dns_lookups = true +# reverse_dns_lookups = false ## ## Security, Access Control |
