summaryrefslogtreecommitdiff
path: root/docs/rabbitmq.conf.example
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2020-05-01 15:49:22 +0300
committerGitHub <noreply@github.com>2020-05-01 15:49:22 +0300
commit94d03abb1936628aee9782d1ad7416b600e6fb78 (patch)
tree9e11a832dddf2185c0540e9bcfe1892a00654582 /docs/rabbitmq.conf.example
parente5b75593c440f28de5cbc1c99de00c3049cabad8 (diff)
parent552c412dbc4445f916403e5dd9735fe02b5f82f3 (diff)
downloadrabbitmq-server-git-94d03abb1936628aee9782d1ad7416b600e6fb78.tar.gz
Merge pull request #2334 from rabbitmq/change-quorum-defaults
Changed default configuration values related to quorum queues
Diffstat (limited to 'docs/rabbitmq.conf.example')
-rw-r--r--docs/rabbitmq.conf.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example
index 40a461cc7d..53611abbcc 100644
--- a/docs/rabbitmq.conf.example
+++ b/docs/rabbitmq.conf.example
@@ -453,7 +453,7 @@
##
# raft.segment_max_entries = 65536
# raft.wal_max_size_bytes = 1048576
-# raft.wal_max_batch_size = 32768
+# raft.wal_max_batch_size = 4096
# raft.snapshot_chunk_size = 1000000
##