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>