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:
@@ -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 %>
|
||||||
|
|||||||
Reference in New Issue
Block a user