mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 23:13:10 +00:00
(Scott Phillips) patch to prevent cocoon's cache from filling up your tomcat work directory with caches that will never be used.
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2776 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -460,11 +460,11 @@
|
|||||||
| in the cache will be thrown out.
|
| in the cache will be thrown out.
|
||||||
+-->
|
+-->
|
||||||
<store logger="core.store">
|
<store logger="core.store">
|
||||||
<parameter name="maxobjects" value="1000"/>
|
<parameter name="maxobjects" value="10000"/>
|
||||||
<parameter name="eternal" value="false"/>
|
<parameter name="eternal" value="false"/>
|
||||||
<parameter name="timeToLiveSeconds" value="86400"/> <!-- 24 hours -->
|
<parameter name="timeToLiveSeconds" value="86400"/> <!-- 24 hours -->
|
||||||
<parameter name="timeToIdleSeconds" value="10800"/> <!-- 3 hours -->
|
<parameter name="timeToIdleSeconds" value="10800"/> <!-- 3 hours -->
|
||||||
<parameter name="overflow-to-disk" value="true"/>
|
<parameter name="overflow-to-disk" value="false"/>
|
||||||
<parameter name="diskpersistent" value="false"/>
|
<parameter name="diskpersistent" value="false"/>
|
||||||
</store>
|
</store>
|
||||||
|
|
||||||
|
@@ -149,10 +149,11 @@
|
|||||||
|
|
||||||
<!-- ehcache -->
|
<!-- ehcache -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dspace.xmlui.ehcache</groupId>
|
<groupId>net.sf.ehcache</groupId>
|
||||||
<artifactId>ehcache</artifactId>
|
<artifactId>ehcache</artifactId>
|
||||||
<version>1.1</version>
|
<version>1.4.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
<!-- excalibur -->
|
<!-- excalibur -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Reference in New Issue
Block a user