Change default login cache length to 7 days

The previous value, 2m, actually means 2 minutes, which is not in line
with the stated desires in the patch. After discussion in IRC, it seems
that people are less comfortable with 2 months. Let's try 7 days.

Change-Id: I95c20373d572b061e870103a813fef1d25de4b23
This commit is contained in:
Monty Taylor 2016-05-02 18:13:59 -05:00
parent bc0447b7b6
commit ba011b19a7
No known key found for this signature in database
GPG Key ID: 3390DB68041A12F0
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@
[cache]
directory = cache
[cache "web_sessions"]
maxAge = 2m
maxAge = 7days
<% if @cache_diff_timeout != "" -%>
[cache "diff"]
timeout = <%= @cache_diff_timeout %>