Skip to content

Commit

Permalink
Revert r996199. Lowering default auth timeout back to 600 seconds.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1040506 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
janl committed Nov 30, 2010
1 parent ef24b1d commit 92afd7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/couchdb/default.ini.tpl.in
Expand Up @@ -35,7 +35,7 @@ include_sasl = true
authentication_db = _users
authentication_redirect = /_utils/session.html
require_valid_user = false
timeout = 43200 ; (default to 12 hours) number of seconds before automatic logout
timeout = 600 ; number of seconds before automatic logout
auth_cache_size = 50 ; size is number of cache entries

[query_servers]
Expand Down

0 comments on commit 92afd7d

Please sign in to comment.