mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
docs: set snapshot to be true in default configuration
If snapshot is false, it will consume much memory and become rather slow after several days. Make it on as default.
This commit is contained in:
parent
95d295da54
commit
629c578cea
@ -84,7 +84,7 @@ max_cluster_size = 9
|
||||
max_result_buffer = 1024
|
||||
max_retry_attempts = 3
|
||||
name = "default-name"
|
||||
snapshot = false
|
||||
snapshot = true
|
||||
verbose = false
|
||||
very_verbose = false
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user