summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <michael@novemberain.com>2018-06-02 02:26:32 +0300
committerGitHub <noreply@github.com>2018-06-02 02:26:32 +0300
commite8a847dc5ddf7cb07a6dc335b81dfb4cfc5a0375 (patch)
tree01b42dc4e512cb09b06a8f8c9a74a83d871d5fc7
parent438ffcec3bca3e87862c7cfff1a7a670a06c98cb (diff)
parent19337af368b53c85a3f739cbb178a2b33fbb899c (diff)
downloadrabbitmq-server-git-e8a847dc5ddf7cb07a6dc335b81dfb4cfc5a0375.tar.gz
Merge pull request #1617 from notque/patch-1
fix default heartbeat in example conf file to 60
-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).
##