[gatein-commits] gatein SVN: r7694 - portal/trunk/component/common/src/main/java/conf/jcr/jbosscache/cluster.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Oct 10 04:10:36 EDT 2011


Author: haint
Date: 2011-10-10 04:10:35 -0400 (Mon, 10 Oct 2011)
New Revision: 7694

Modified:
   portal/trunk/component/common/src/main/java/conf/jcr/jbosscache/cluster/indexer-config.xml
Log:
GTNPORTAL-2158 No eviction policy is allowed in case of the cache for indexing

Modified: portal/trunk/component/common/src/main/java/conf/jcr/jbosscache/cluster/indexer-config.xml
===================================================================
--- portal/trunk/component/common/src/main/java/conf/jcr/jbosscache/cluster/indexer-config.xml	2011-10-10 01:25:25 UTC (rev 7693)
+++ portal/trunk/component/common/src/main/java/conf/jcr/jbosscache/cluster/indexer-config.xml	2011-10-10 08:10:35 UTC (rev 7694)
@@ -29,12 +29,4 @@
       <jgroupsConfig multiplexerStack="jcr.stack" />
       <sync />
    </clustering>
-   <!-- Eviction configuration -->
-   <eviction wakeUpInterval="5000">
-      <default algorithmClass="org.jboss.cache.eviction.FIFOAlgorithm" eventQueueSize="1000000">
-         <property name="maxNodes" value="5000" />
-         <property name="minTimeToLive" value="20000" />
-      </default>
-   </eviction>
-
 </jbosscache>



More information about the gatein-commits mailing list