summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNathan Oyler <notque@gmail.com>2018-06-01 13:14:21 -0700
committerGitHub <noreply@github.com>2018-06-01 13:14:21 -0700
commit19337af368b53c85a3f739cbb178a2b33fbb899c (patch)
tree01b42dc4e512cb09b06a8f8c9a74a83d871d5fc7 /docs
parent438ffcec3bca3e87862c7cfff1a7a670a06c98cb (diff)
downloadrabbitmq-server-git-19337af368b53c85a3f739cbb178a2b33fbb899c.tar.gz
fix default heartbeat in example conf file to 60
listed as 600, not the true default of 60
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmq.conf.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example
index 39722505f9..f5bf5dbf9d 100644
--- a/docs/rabbitmq.conf.example
+++ b/docs/rabbitmq.conf.example
@@ -213,7 +213,7 @@
## * http://rabbitmq.com/heartbeats.html
## * http://rabbitmq.com/networking.html
##
-# heartbeat = 600
+# heartbeat = 60
## Set the max permissible size of an AMQP frame (in bytes).
##