summaryrefslogtreecommitdiffstats
path: root/archiva-modules
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2012-12-20 23:03:17 +0000
committerOlivier Lamy <olamy@apache.org>2012-12-20 23:03:17 +0000
commita42f107baca4485311ef6c3cf8cada88a3372540 (patch)
treeb65bafeafb30a88d0c4f0a9e97112e0dea3cb41d /archiva-modules
parentdc3d8b5ce76e6d1611e08c9ad070fc98bca6fc21 (diff)
downloadarchiva-a42f107baca4485311ef6c3cf8cada88a3372540.tar.gz
archiva-a42f107baca4485311ef6c3cf8cada88a3372540.zip
increase timeToIdleSeconds for users cache
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1424743 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules')
-rw-r--r--archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/WEB-INF/applicationContext.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/WEB-INF/applicationContext.xml b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/WEB-INF/applicationContext.xml
index 949e61b5a..66dd17f58 100644
--- a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/WEB-INF/applicationContext.xml
+++ b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/WEB-INF/applicationContext.xml
@@ -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>