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

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Mar 1 09:57:41 EST 2011


Author: tolusha
Date: 2011-03-01 09:57:40 -0500 (Tue, 01 Mar 2011)
New Revision: 4027

Modified:
   jcr/trunk/exo.jcr.component.core/src/test/resources/conf/standalone/test-infinispan-config.xml
Log:
EXOJCR-832: fix infisnipan configuration

Modified: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/standalone/test-infinispan-config.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/test/resources/conf/standalone/test-infinispan-config.xml	2011-03-01 13:06:57 UTC (rev 4026)
+++ jcr/trunk/exo.jcr.component.core/src/test/resources/conf/standalone/test-infinispan-config.xml	2011-03-01 14:57:40 UTC (rev 4027)
@@ -39,6 +39,6 @@
       <transaction transactionManagerLookupClass="org.infinispan.transaction.lookup.JBossStandaloneJTAManagerLookup" syncRollbackPhase="false" syncCommitPhase="false"/>
       <jmxStatistics enabled="true"/>
       <deadlockDetection enabled="true" spinDuration="100"/>
-      <eviction strategy="LRU" wakeUpInterval="5000" threadPolicy="DEFAULT" maxEntries="5000"/>
+      <eviction strategy="LRU" wakeUpInterval="5000" threadPolicy="DEFAULT" maxEntries="1000000"/>
    </default>
 </infinispan>



More information about the exo-jcr-commits mailing list