Parcourir la source

doc: add max wal/snap flags

Xiang Li il y a 11 ans
Parent
commit
b7cd72b593
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. 8 0
      Documentation/0.5/configuration.md

+ 8 - 0
Documentation/0.5/configuration.md

@@ -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