Author: nzamosenchuk
Date: 2010-01-11 12:55:56 -0500 (Mon, 11 Jan 2010)
New Revision: 1349
Modified:
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/standalone/test-jbosscache-config.xml
Log:
EXOJCR-371: Extended maxNodes in eviction configuration to avoid failing TCK test on
export.
Modified:
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/standalone/test-jbosscache-config.xml
===================================================================
---
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/standalone/test-jbosscache-config.xml 2010-01-11
16:32:32 UTC (rev 1348)
+++
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/standalone/test-jbosscache-config.xml 2010-01-11
17:55:56 UTC (rev 1349)
@@ -12,11 +12,11 @@
<!-- Eviction configuration -->
<eviction wakeUpInterval="5000">
<default algorithmClass="org.jboss.cache.eviction.LRUAlgorithm">
- <property name="maxNodes" value="50" />
+ <property name="maxNodes" value="5000" />
<property name="timeToLiveSeconds" value="120" />
</default>
<region name="/"
algorithmClass="org.jboss.cache.eviction.LRUAlgorithm"
actionPolicyClass="org.exoplatform.services.jcr.impl.dataflow.persistent.jbosscache.ChildListEvictionActionPolicy"
eventQueueSize="1000000">
- <property name="maxNodes" value="50" />
+ <property name="maxNodes" value="20000" />
<property name="timeToLiveSeconds" value="120" />
</region>
</eviction>
Show replies by date