summaryrefslogtreecommitdiff
path: root/docs/rabbitmq.conf.example
diff options
context:
space:
mode:
authorDaniil Fedotov <dfedotov@pivotal.io>2016-02-29 14:15:19 +0000
committerDaniil Fedotov <dfedotov@pivotal.io>2016-02-29 14:15:19 +0000
commit09c15b37d9a8fbdb185fcb8858ee5b3a1c01e068 (patch)
treee6bb35092865326b6d946fce677d991ab49f11b8 /docs/rabbitmq.conf.example
parentab9c1f9c4ad73e8aaaaf865a751171cdaecd499a (diff)
downloadrabbitmq-server-git-09c15b37d9a8fbdb185fcb8858ee5b3a1c01e068.tar.gz
Plural form for pause_if_all_down nodes
Diffstat (limited to 'docs/rabbitmq.conf.example')
-rw-r--r--docs/rabbitmq.conf.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example
index 7f04d77530..8847bd34a2 100644
--- a/docs/rabbitmq.conf.example
+++ b/docs/rabbitmq.conf.example
@@ -283,8 +283,8 @@
# cluster_partition_handling.pause_if_all_down.recover = ignore
## Node names to check
-# cluster_partition_handling.pause_if_all_down.node.1 = rabbit@localhost
-# cluster_partition_handling.pause_if_all_down.node.2 = hare@localhost
+# cluster_partition_handling.pause_if_all_down.nodes.1 = rabbit@localhost
+# cluster_partition_handling.pause_if_all_down.nodes.2 = hare@localhost
## Mirror sync batch size, in messages. Increasing this will speed
## up syncing but total batch size in bytes must not exceed 2 GiB.