doc: add max wal/snap flags

release-2.0
Xiang Li 2014-12-12 16:08:57 -08:00
parent ae1f3d5640
commit b7cd72b593
1 changed files with 8 additions and 0 deletions

View File

@ -30,6 +30,14 @@ To start etcd automatically using custom settings at startup in Linux, using a [
+ List of URLs to listen on for client traffic.
+ default: "http://localhost:2379,http://localhost:4001"
##### -max-snapshots
+ Maximum number of snapshot files to retain (0 is unlimited)
+ default: 5
##### -max-wals
+ Maximum number of wal files to retain (0 is unlimited)
+ default: 5
##### -cors
+ Comma-separated white list of origins for CORS (cross-origin resource sharing).
+ default: none