From 0d2ec6da5e4f5cf0864fc5dfb0c7ac85c06633b3 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Sat, 18 Dec 2010 16:36:14 +0100 Subject: [PATCH] increase plugin caching time --- scm-webapp/src/main/resources/config/ehcache.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scm-webapp/src/main/resources/config/ehcache.xml b/scm-webapp/src/main/resources/config/ehcache.xml index fa5e5e1456..0bbcb6f339 100644 --- a/scm-webapp/src/main/resources/config/ehcache.xml +++ b/scm-webapp/src/main/resources/config/ehcache.xml @@ -113,8 +113,7 @@ maxElementsInMemory="10" eternal="false" overflowToDisk="false" - timeToIdleSeconds="1200" - timeToLiveSeconds="2400" + timeToLiveSeconds="3600" diskPersistent="false" />