summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <michael@novemberain.com>2016-01-09 13:11:14 +0300
committerMichael Klishin <michael@novemberain.com>2016-01-09 13:11:14 +0300
commit05fdb1e80808b61fde222fbaa09f3ccb5635b220 (patch)
tree312886a723f6b1c6bb5da2144bb7ee4c0a2aba46
parent56e5d0dd9de7285b7dfb62b7a68072c04e56e38f (diff)
downloadrabbitmq-server-git-05fdb1e80808b61fde222fbaa09f3ccb5635b220.tar.gz
Mention mirroring_sync_batch_size
-rw-r--r--docs/rabbitmq.config.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index 519d0b1fc0..112439791c 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -252,6 +252,11 @@
%% See http://www.rabbitmq.com/partitions.html for further details.
%%
%% {cluster_partition_handling, ignore},
+
+ %% Mirror sync batch size, in messages. Increasing this will speed
+ %% up syncing but total batch size in bytes must not exceed 2 GiB.
+ %%
+ %% {mirroring_sync_batch_size, 4096},
%% Make clustering happen *automatically* at startup - only applied
%% to nodes that have just been reset or started for the first time.