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

View File

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