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" />