summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2021-02-26 20:11:31 +0300
committerMichael Klishin <michael@clojurewerkz.org>2021-02-26 20:11:31 +0300
commit1f0475120dc44ead6204ac7443ec41e34230cfab (patch)
tree10540f9d251869c12acaea14a14cc5ff58bffc75
parent1f2e3232070ca37a35d7f7d1296584042a72d45d (diff)
downloadrabbitmq-server-git-1f0475120dc44ead6204ac7443ec41e34230cfab.tar.gz
Update heartbeat timeout docs in rabbitmq.conf.example
Per suggestion from @adamhooper in #2852
-rw-r--r--deps/rabbit/docs/rabbitmq.conf.example9
1 files changed, 8 insertions, 1 deletions
diff --git a/deps/rabbit/docs/rabbitmq.conf.example b/deps/rabbit/docs/rabbitmq.conf.example
index e67f46186c..457b6c1dc3 100644
--- a/deps/rabbit/docs/rabbitmq.conf.example
+++ b/deps/rabbit/docs/rabbitmq.conf.example
@@ -301,7 +301,14 @@
## =====================================================
##
-## Set the default AMQP 0-9-1 heartbeat interval (in seconds).
+## Set the server AMQP 0-9-1 heartbeat timeout in seconds.
+## RabbitMQ nodes will send heartbeat frames at roughly
+## the (timeout / 2) interval. Two missed heartbeats from
+## a client will close its connection.
+##
+## Values lower than 6 seconds are very likely to produce
+## false positives and are not recommended.
+##
## Related doc guides:
##
## * https://rabbitmq.com/heartbeats.html