diff options
| author | Michael Klishin <michael@rabbitmq.com> | 2015-02-03 09:47:42 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@rabbitmq.com> | 2015-02-03 09:47:42 +0300 |
| commit | 8ab18d876fc609e67037f1cf658127733c777a12 (patch) | |
| tree | 9726c2f89db5b2add09e872a2038c08e549d15d2 /docs | |
| parent | 5d07cfc33963e718f7c75cfda27a1ffd63f2016e (diff) | |
| download | rabbitmq-server-git-8ab18d876fc609e67037f1cf658127733c777a12.tar.gz | |
Mention cluster_keepalive_interval in rabbitmq.config.example under advanced options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq.config.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example index 7c185e5652..7ed0553bfe 100644 --- a/docs/rabbitmq.config.example +++ b/docs/rabbitmq.config.example @@ -220,6 +220,11 @@ %% %% {cluster_nodes, {['rabbit@my.host.com'], disc}}, + %% Used by node monitor. Interval (in milliseconds) at which + %% cluster members known to be up are contacted. + %% + %% {cluster_keepalive_interval, 10000}, + %% Set (internal) statistics collection granularity. %% %% {collect_statistics, none}, |
