Skip to content

Commit 22b1c91

Browse files
Update heartbeat timeout docs in rabbitmq.conf.example
Per suggestion from @adamhooper in #2852 (cherry picked from commit 1f04751)
1 parent d802f4d commit 22b1c91

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

deps/rabbit/docs/rabbitmq.conf.example

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,14 @@
301301
## =====================================================
302302
##
303303

304-
## Set the default AMQP 0-9-1 heartbeat interval (in seconds).
304+
## Set the server AMQP 0-9-1 heartbeat timeout in seconds.
305+
## RabbitMQ nodes will send heartbeat frames at roughly
306+
## the (timeout / 2) interval. Two missed heartbeats from
307+
## a client will close its connection.
308+
##
309+
## Values lower than 6 seconds are very likely to produce
310+
## false positives and are not recommended.
311+
##
305312
## Related doc guides:
306313
##
307314
## * https://rabbitmq.com/heartbeats.html

0 commit comments

Comments
 (0)