Author: julien_viet
Date: 2010-04-24 13:12:00 -0400 (Sat, 24 Apr 2010)
New Revision: 2757
Modified:
portal/trunk/component/common/src/main/java/conf/jcr/jbosscache/local/config.xml
Log:
reverting a part of the commit r2756 that was wrong for this file
Modified:
portal/trunk/component/common/src/main/java/conf/jcr/jbosscache/local/config.xml
===================================================================
---
portal/trunk/component/common/src/main/java/conf/jcr/jbosscache/local/config.xml 2010-04-24
16:08:35 UTC (rev 2756)
+++
portal/trunk/component/common/src/main/java/conf/jcr/jbosscache/local/config.xml 2010-04-24
17:12:00 UTC (rev 2757)
@@ -29,7 +29,7 @@
<!-- Eviction configuration -->
<eviction wakeUpInterval="5000">
<default algorithmClass="org.jboss.cache.eviction.FIFOAlgorithm"
actionPolicyClass="org.exoplatform.services.jcr.impl.dataflow.persistent.jbosscache.ParentNodeEvictionActionPolicy"
eventQueueSize="1000000">
- <property name="maxNodes"
value="${gatein.jcr.cache.maxsize}" />
+ <property name="maxNodes" value="5000" />
<property name="minTimeToLive" value="20000" />
</default>
</eviction>