summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2015-02-03 13:01:16 +0000
committerSimon MacMullen <simon@rabbitmq.com>2015-02-03 13:01:16 +0000
commit7195b27b40ed7f206e936eaf1730b035e8f4dcca (patch)
tree3fd27190f69ce53f6a81d0d902437368c51f41df /docs
parenteef82dd50b400442b42b40ff2d526247f397eab5 (diff)
parent5dd46100dbf384d9068c8ef38ff3b4b778e0831b (diff)
downloadrabbitmq-server-git-7195b27b40ed7f206e936eaf1730b035e8f4dcca.tar.gz
Merge bug26577
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmq.config.example7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index 7c185e5652..bc8f6fbf32 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -220,6 +220,13 @@
%%
%% {cluster_nodes, {['rabbit@my.host.com'], disc}},
+ %% Interval (in milliseconds) at which we send keepalive messages
+ %% to other cluster members. Note that this is not the same thing
+ %% as net_ticktime; missed keepalive messages will not cause nodes
+ %% to be considered down.
+ %%
+ %% {cluster_keepalive_interval, 10000},
+
%% Set (internal) statistics collection granularity.
%%
%% {collect_statistics, none},