[exo-jcr-commits] exo-jcr SVN: r1414 - jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/standalone.
do-not-reply at jboss.org
do-not-reply at jboss.org
Fri Jan 15 09:44:39 EST 2010
Author: nzamosenchuk
Date: 2010-01-15 09:44:39 -0500 (Fri, 15 Jan 2010)
New Revision: 1414
Modified:
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/standalone/test-jbosscache-config.xml
Log:
EXOJCR-391: Extended event queue size.
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-15 14:36:43 UTC (rev 1413)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/standalone/test-jbosscache-config.xml 2010-01-15 14:44:39 UTC (rev 1414)
@@ -11,9 +11,9 @@
<!-- Eviction configuration -->
<eviction wakeUpInterval="5000">
- <default algorithmClass="org.jboss.cache.eviction.LRUAlgorithm" eventQueueSize="100000">
+ <default algorithmClass="org.jboss.cache.eviction.LRUAlgorithm" eventQueueSize="1000000">
<property name="maxNodes" value="5000" />
- <property name="timeToLive" value="120000" />
+ <property name="timeToLive" value="60000" />
</default>
</eviction>
More information about the exo-jcr-commits
mailing list