From b7cd72b593a6db8b5f0cad26d0a9287c9f4e9db3 Mon Sep 17 00:00:00 2001 From: Xiang Li Date: Fri, 12 Dec 2014 16:08:57 -0800 Subject: [PATCH] doc: add max wal/snap flags --- Documentation/0.5/configuration.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Documentation/0.5/configuration.md b/Documentation/0.5/configuration.md index ff9c7b46a..a9af037b4 100644 --- a/Documentation/0.5/configuration.md +++ b/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