diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq.sample.config | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/docs/rabbitmq.sample.config b/docs/rabbitmq.sample.config index eb62285fad..8038404897 100644 --- a/docs/rabbitmq.sample.config +++ b/docs/rabbitmq.sample.config @@ -101,18 +101,12 @@ %% %% How to respond to cluster partitions. - %% - %% - ignore: take no further action - %% - pause_minority: pause any nodes belonging to a minority island - %% - autoheal: start and stop nodes as required, to heal a partition - %% %% See http://www.rabbitmq.com/partitions.html for further details. %% %% {cluster_partition_handling, ignore}, - %% Make clustering happen *automatically* at startup. Note that - %% changes to this element are only applied when the broker is - %% starting, and not thereafter. + %% Make clustering happen *automatically* at startup. + %% See http://www.rabbitmq.com/clustering.html for further details. %% %% {cluster_nodes, {['rabbit@my.host.com'], disc}}, |
