[exo-jcr-commits] exo-jcr SVN: r1692 - jcr/trunk/exo.jcr.component.core/src/test/resources/conf/standalone/cluster.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Feb 5 02:07:33 EST 2010


Author: nfilotto
Date: 2010-02-05 02:07:32 -0500 (Fri, 05 Feb 2010)
New Revision: 1692

Modified:
   jcr/trunk/exo.jcr.component.core/src/test/resources/conf/standalone/cluster/test-jbosscache-lock.xml
Log:
EXOJCR-467: Increase the max size of the cache to 200000 nodes

Modified: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/standalone/cluster/test-jbosscache-lock.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/test/resources/conf/standalone/cluster/test-jbosscache-lock.xml	2010-02-04 23:27:02 UTC (rev 1691)
+++ jcr/trunk/exo.jcr.component.core/src/test/resources/conf/standalone/cluster/test-jbosscache-lock.xml	2010-02-05 07:07:32 UTC (rev 1692)
@@ -35,7 +35,7 @@
    <eviction wakeUpInterval="5000">
       <default algorithmClass="org.jboss.cache.eviction.LRUAlgorithm"
          eventQueueSize="1000000">
-         <property name="maxNodes" value="10000" />
+         <property name="maxNodes" value="200000" />
          <property name="timeToLive" value="120000" />
       </default>
    </eviction>



More information about the exo-jcr-commits mailing list