From ae5dceabcd84469fdafab10f6fd012210dbed6a3 Mon Sep 17 00:00:00 2001 From: Raymond Fallon Date: Thu, 25 Aug 2016 17:46:29 -0400 Subject: [PATCH] Docs: Default AMQP heartbeat delay should be 60 seconds --- docs/rabbitmq.config.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example index f7477abe61ed..4d376d953a6d 100644 --- a/docs/rabbitmq.config.example +++ b/docs/rabbitmq.config.example @@ -161,7 +161,7 @@ %% Set the default AMQP heartbeat delay (in seconds). %% - %% {heartbeat, 600}, + %% {heartbeat, 60}, %% Set the max permissible size of an AMQP frame (in bytes). %%