We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d802f4d commit 22b1c91Copy full SHA for 22b1c91
deps/rabbit/docs/rabbitmq.conf.example
@@ -301,7 +301,14 @@
301
## =====================================================
302
##
303
304
-## Set the default AMQP 0-9-1 heartbeat interval (in seconds).
+## 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
312
## Related doc guides:
313
314
## * https://rabbitmq.com/heartbeats.html
0 commit comments