summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2015-02-03 13:00:00 +0000
committerSimon MacMullen <simon@rabbitmq.com>2015-02-03 13:00:00 +0000
commit5dd46100dbf384d9068c8ef38ff3b4b778e0831b (patch)
tree5d658a96c13f32aaf5a00c62dba8b4b349fed982 /docs
parent8ab18d876fc609e67037f1cf658127733c777a12 (diff)
downloadrabbitmq-server-git-5dd46100dbf384d9068c8ef38ff3b4b778e0831b.tar.gz
Rewrite to be similar to what's in configure.xml; don't mention the internal module used but do mention how this differs from net_ticktime.
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmq.config.example6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index 7ed0553bfe..bc8f6fbf32 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -220,8 +220,10 @@
%%
%% {cluster_nodes, {['rabbit@my.host.com'], disc}},
- %% Used by node monitor. Interval (in milliseconds) at which
- %% cluster members known to be up are contacted.
+ %% 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},