Set gerrit login cache to 2m

This allows folk to go on holiday or whatever and not have to deal
with Gerrits rough handling of session expiry.

Change-Id: I39aff380aa6a41ba61efebfb4691bc6727d453ce
This commit is contained in:
Robert Collins 2016-03-22 10:29:50 +13:00
parent 7168dfce80
commit a1245cb330
1 changed files with 1 additions and 1 deletions

View File

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