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:
Olivier Lamy 2012-12-20 23:03:17 +00:00
parent dc3d8b5ce7
commit a42f107bac
1 changed files with 1 additions and 1 deletions

View File

@ -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>