summaryrefslogtreecommitdiff
path: root/docs/rabbitmq.conf.example
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2018-12-05 00:26:34 +0300
committerMichael Klishin <michael@clojurewerkz.org>2018-12-05 00:26:34 +0300
commitc6a46e36c2634fedb8eed07ed69e942907ac0f28 (patch)
tree0630237b7a951b11758a6c38101d5e8a3e884353 /docs/rabbitmq.conf.example
parent36e5a0fa2164b810ee11edd5a2d078083c4d0575 (diff)
parentdb888df2a9156fefda626f57cbb9d9591e27d41f (diff)
downloadrabbitmq-server-git-c6a46e36c2634fedb8eed07ed69e942907ac0f28.tar.gz
Merge branch 'master' into dialyze-qq
Conflicts: test/quorum_queue_SUITE.erl
Diffstat (limited to 'docs/rabbitmq.conf.example')
-rw-r--r--docs/rabbitmq.conf.example9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example
index 2a373b2eb3..a62ed38291 100644
--- a/docs/rabbitmq.conf.example
+++ b/docs/rabbitmq.conf.example
@@ -503,8 +503,17 @@
# Kernel section
# ======================================
+## Timeout used to detect peer unavailability, including CLI tools.
+## Related doc guide: https://www.rabbitmq.com/nettick.html.
+##
# net_ticktime = 60
+## Inter-node communication port range.
+## 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
##