Use SECONDS as default time unit for cache.web_sessions.maxAge
DefaultCacheFactory already uses SECONDS as default time unit for
cache.*.maxAge.
Update the described default time unit for cache.*.maxAge in the
documentation.
Change-Id: Ibc1e4e8e8085292c313dd301de022687f0a453a4
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
diff --git a/Documentation/config-gerrit.txt b/Documentation/config-gerrit.txt
index 38624b0..95bd909 100644
--- a/Documentation/config-gerrit.txt
+++ b/Documentation/config-gerrit.txt
@@ -419,7 +419,7 @@
* y, year, years (`1 year` is treated as `365 days`)
+
-If a unit suffix is not specified, `minutes` is assumed. If 0 is
+If a unit suffix is not specified, `seconds` is assumed. If 0 is
supplied, the maximum age is infinite and items are never purged
except when the cache is full.
+