[exo-jcr-commits] exo-jcr SVN: r2226 - jcr/trunk/exo.jcr.component.core/src/test/resources/conf/standalone/cluster.
do-not-reply at jboss.org
do-not-reply at jboss.org
Thu Apr 8 06:52:32 EDT 2010
Author: areshetnyak
Date: 2010-04-08 06:52:32 -0400 (Thu, 08 Apr 2010)
New Revision: 2226
Modified:
jcr/trunk/exo.jcr.component.core/src/test/resources/conf/standalone/cluster/test-jbosscache-data.xml
Log:
EXOJCR-545 : change config
Modified: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/standalone/cluster/test-jbosscache-data.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/test/resources/conf/standalone/cluster/test-jbosscache-data.xml 2010-04-08 10:46:53 UTC (rev 2225)
+++ jcr/trunk/exo.jcr.component.core/src/test/resources/conf/standalone/cluster/test-jbosscache-data.xml 2010-04-08 10:52:32 UTC (rev 2226)
@@ -12,11 +12,11 @@
<!-- Eviction configuration -->
<eviction wakeUpInterval="5000">
- <default algorithmClass="org.jboss.cache.eviction.LRUAlgorithm"
+ <default algorithmClass="org.jboss.cache.eviction.ExpirationAlgorithm"
actionPolicyClass="org.exoplatform.services.jcr.impl.dataflow.persistent.jbosscache.ParentNodeEvictionActionPolicy"
eventQueueSize="1000000">
<property name="maxNodes" value="1000000" />
- <property name="timeToLive" value="120000" />
+ <property name="warnNoExpirationKey" value="false" />
</default>
</eviction>
</jbosscache>
\ No newline at end of file
More information about the exo-jcr-commits
mailing list