[exo-jcr-commits] exo-jcr SVN: r1634 - in jcr/trunk/exo.jcr.component.core/src: test/resources/conf/standalone/cluster and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Feb 2 05:02:57 EST 2010


Author: nzamosenchuk
Date: 2010-02-02 05:02:57 -0500 (Tue, 02 Feb 2010)
New Revision: 1634

Modified:
   jcr/trunk/exo.jcr.component.core/src/main/resources/conf/portal/test-jbosscache-data.xml
   jcr/trunk/exo.jcr.component.core/src/test/resources/conf/standalone/cluster/test-jbosscache-data.xml
Log:
EXOJCR-434: MaxNodes extended upto 1M

Modified: jcr/trunk/exo.jcr.component.core/src/main/resources/conf/portal/test-jbosscache-data.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/main/resources/conf/portal/test-jbosscache-data.xml	2010-02-02 09:50:16 UTC (rev 1633)
+++ jcr/trunk/exo.jcr.component.core/src/main/resources/conf/portal/test-jbosscache-data.xml	2010-02-02 10:02:57 UTC (rev 1634)
@@ -15,7 +15,7 @@
       <default algorithmClass="org.jboss.cache.eviction.LRUAlgorithm"
          actionPolicyClass="org.exoplatform.services.jcr.impl.dataflow.persistent.jbosscache.ParentNodeEvictionActionPolicy"
          eventQueueSize="1000000">
-         <property name="maxNodes" value="10000" />
+         <property name="maxNodes" value="1000000" />
          <property name="timeToLive" value="120000" />
       </default>
    </eviction>

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-02-02 09:50:16 UTC (rev 1633)
+++ jcr/trunk/exo.jcr.component.core/src/test/resources/conf/standalone/cluster/test-jbosscache-data.xml	2010-02-02 10:02:57 UTC (rev 1634)
@@ -15,7 +15,7 @@
       <default algorithmClass="org.jboss.cache.eviction.LRUAlgorithm"
          actionPolicyClass="org.exoplatform.services.jcr.impl.dataflow.persistent.jbosscache.ParentNodeEvictionActionPolicy"
          eventQueueSize="1000000">
-         <property name="maxNodes" value="10000" />
+         <property name="maxNodes" value="1000000" />
          <property name="timeToLive" value="120000" />
       </default>
    </eviction>



More information about the exo-jcr-commits mailing list