diff options
| author | Tim Watson <tim@rabbitmq.com> | 2013-09-19 13:19:15 +0100 |
|---|---|---|
| committer | Tim Watson <tim@rabbitmq.com> | 2013-09-19 13:19:15 +0100 |
| commit | 520b49ab4e57b613be96d2e296218fdbe7f6efb9 (patch) | |
| tree | b59c3e389f0e1ae0c8084335cd738cd22b7db7c4 /docs | |
| parent | eaa443883f15764fdc36c6d4da53e32d3c000626 (diff) | |
| download | rabbitmq-server-git-520b49ab4e57b613be96d2e296218fdbe7f6efb9.tar.gz | |
provide a bit less info about advanced config, and link to web site
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}}, |
