summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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},