diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2019-10-28 13:49:26 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2019-10-28 13:49:26 +0300 |
| commit | 170e14f1343a234f33bf82adb28c58dc97db0f0a (patch) | |
| tree | f5458e91c13c1fa4fc9df6dc2bb940462f4af6af /docs | |
| parent | 87f1b31bc869a272a4befaae539916af42ec5db5 (diff) | |
| download | rabbitmq-server-git-170e14f1343a234f33bf82adb28c58dc97db0f0a.tar.gz | |
Make sure raft.segment_max_entries is a power of 2 in examples
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example index c87a49d36b..5e41da310a 100644 --- a/docs/rabbitmq.conf.example +++ b/docs/rabbitmq.conf.example @@ -448,7 +448,7 @@ ## NB: changing these on a node with existing data directory ## can lead to DATA LOSS. ## -# raft.segment_max_entries = 65535 +# raft.segment_max_entries = 65536 # raft.wal_max_size_bytes = 1048576 # raft.wal_max_batch_size = 32768 # raft.snapshot_chunk_size = 1000000 |
