From b61516846eb831f51833d81faffa96871dc86ec0 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Sat, 26 Nov 2011 13:33:29 +0100 Subject: [PATCH] increase cache time --- scm-webapp/src/main/resources/config/ehcache.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scm-webapp/src/main/resources/config/ehcache.xml b/scm-webapp/src/main/resources/config/ehcache.xml index c665c6061a..5e144a653c 100644 --- a/scm-webapp/src/main/resources/config/ehcache.xml +++ b/scm-webapp/src/main/resources/config/ehcache.xml @@ -136,10 +136,10 @@ @@ -148,7 +148,7 @@ maxElementsInMemory="10000" eternal="false" overflowToDisk="false" - timeToLiveSeconds="5400" + timeToLiveSeconds="86400" diskPersistent="false" /> @@ -157,7 +157,7 @@ maxElementsInMemory="1000" eternal="false" overflowToDisk="false" - timeToLiveSeconds="5400" + timeToLiveSeconds="86400" diskPersistent="false" />