diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2019-02-16 15:48:26 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2019-02-16 15:48:26 +0300 |
| commit | 391eb24d1f2fd0d2dc381d2e078496bb9d0d2348 (patch) | |
| tree | 4361903e79cffd431387629e8c5cfd900a4d8631 /docs | |
| parent | 7521ab498a4954eac580e0cf19affd1b9e8ae3d6 (diff) | |
| parent | 111773916b2543541414ec5bd9084b97caaf9e5b (diff) | |
| download | rabbitmq-server-git-391eb24d1f2fd0d2dc381d2e078496bb9d0d2348.tar.gz | |
Merge branch 'master' into rabbitmq-server-1873-binding-recovery
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq.conf.example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example index 81958c89fd..1aa3943a86 100644 --- a/docs/rabbitmq.conf.example +++ b/docs/rabbitmq.conf.example @@ -509,10 +509,10 @@ # net_ticktime = 60 ## Inter-node communication port range. +## The parameters inet_dist_listen_min and inet_dist_listen_max +## can be configured in the classic config format only. ## Related doc guide: https://www.rabbitmq.com/networking.html#epmd-inet-dist-port-range. -## -# inet_dist_listen_min = 25672 -# inet_dist_listen_max = 25692 + ## ---------------------------------------------------------------------------- ## RabbitMQ Management Plugin |
