diff options
author | John Christopher Anderson <jchris@apache.org> | 2010-09-11 19:34:56 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2010-09-11 19:34:56 +0000 |
commit | 7c832ed49cf55878c8582cb368d4dc5ce70a1f6a (patch) | |
tree | f2d5f7c47005ee86830c9aa045c6ed4cacc7fa4a /etc | |
parent | a40c638adf239dea27d77384a363cfc27fccc753 (diff) |
raise the default session timeout to 12 hours
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@996199 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc')
-rw-r--r-- | etc/couchdb/default.ini.tpl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in index 456f16ee..28817423 100644 --- a/etc/couchdb/default.ini.tpl.in +++ b/etc/couchdb/default.ini.tpl.in @@ -35,7 +35,7 @@ include_sasl = true authentication_db = _users authentication_redirect = /_utils/session.html require_valid_user = false -timeout = 600 ; number of seconds before automatic logout +timeout = 43200 ; (default to 12 hours) number of seconds before automatic logout auth_cache_size = 50 ; size is number of cache entries [query_servers] |