diff options
| author | kjnilsson <knilsson@pivotal.io> | 2020-04-06 16:33:33 +0100 |
|---|---|---|
| committer | kjnilsson <knilsson@pivotal.io> | 2020-04-06 16:33:33 +0100 |
| commit | 02b2343566cd76197af7e01d80e0acad7bdb0fc6 (patch) | |
| tree | 39f0c8de8ed2936874b5b63ed5cea842bd01031a /docs | |
| parent | 7f614f13adad5cf278d56083cd6ba8f72d33a9e3 (diff) | |
| download | rabbitmq-server-git-02b2343566cd76197af7e01d80e0acad7bdb0fc6.tar.gz | |
Remove overly cautious comment from sample config
The raft.* conf parameters only take place at the next available
opportunity and won't affect in-flight data.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq.conf.example | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example index ff8ea0ae67..40a461cc7d 100644 --- a/docs/rabbitmq.conf.example +++ b/docs/rabbitmq.conf.example @@ -451,9 +451,6 @@ ## Ra Settings ## ===================== ## -## NB: changing these on a node with existing data directory -## can lead to DATA LOSS. -## # raft.segment_max_entries = 65536 # raft.wal_max_size_bytes = 1048576 # raft.wal_max_batch_size = 32768 |
