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