diff options
Diffstat (limited to 'docs/rabbitmq.conf.example')
| -rw-r--r-- | docs/rabbitmq.conf.example | 4 |
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. |
