Enable --pre-vote=true by default in 3.5.

This commit is contained in:
Piotr Tabor
2021-03-12 16:23:23 +01:00
parent 4eba403ccc
commit 54189f2f60
3 changed files with 3 additions and 3 deletions

View File

@@ -116,7 +116,7 @@ Clustering:
Suffix to the dns srv name queried when bootstrapping.
--strict-reconfig-check '` + strconv.FormatBool(embed.DefaultStrictReconfigCheck) + `'
Reject reconfiguration requests that would cause quorum loss.
--pre-vote 'false'
--pre-vote 'true'
Enable to run an additional Raft election phase.
--auto-compaction-retention '0'
Auto compaction retention length. 0 means disable auto compaction.