mirror of https://github.com/apache/archiva.git
increase timeToIdleSeconds for users cache
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1424743 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dc3d8b5ce7
commit
a42f107bac
|
@ -157,7 +157,7 @@
|
|||
<property name="maxElementsInMemory" value="1000"/>
|
||||
<property name="memoryEvictionPolicy" value="LRU"/>
|
||||
<property name="name" value="usersCache"/>
|
||||
<property name="timeToIdleSeconds" value="1800"/>
|
||||
<property name="timeToIdleSeconds" value="14400"/>
|
||||
<property name="timeToLiveSeconds" value="14400"/>
|
||||
</bean>
|
||||
|
||||
|
|
Loading…
Reference in New Issue