diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2015-02-03 13:24:08 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2015-02-03 13:24:08 +0000 |
| commit | 0bbd9baaac321552b14afaeb5fc36bc44f0feef2 (patch) | |
| tree | 6a1d524fce7e5be8f584b988f3df19ca5bc82cbd /docs | |
| parent | 525b1fb1c4f57275fa1244aae9d795e875d60770 (diff) | |
| parent | 7195b27b40ed7f206e936eaf1730b035e8f4dcca (diff) | |
| download | rabbitmq-server-git-0bbd9baaac321552b14afaeb5fc36bc44f0feef2.tar.gz | |
Merge bug26561
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq.config.example | 7 |
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}, |
