Author: julien_viet
Date: 2010-03-10 08:15:50 -0500 (Wed, 10 Mar 2010)
New Revision: 2103
Modified:
portal/trunk/component/common/src/main/java/conf/jbosscache/cluster/config.xml
portal/trunk/component/common/src/main/java/conf/jbosscache/local/config.xml
Log:
minor
Modified: portal/trunk/component/common/src/main/java/conf/jbosscache/cluster/config.xml
===================================================================
---
portal/trunk/component/common/src/main/java/conf/jbosscache/cluster/config.xml 2010-03-10
13:13:23 UTC (rev 2102)
+++
portal/trunk/component/common/src/main/java/conf/jbosscache/cluster/config.xml 2010-03-10
13:15:50 UTC (rev 2103)
@@ -23,11 +23,4 @@
<clustering mode="replication" clusterName="gatein">
</clustering>
- <eviction wakeUpInterval="5000">
- <default algorithmClass="org.jboss.cache.eviction.LRUAlgorithm"
eventQueueSize="1000000">
- <property name="maxNodes" value="1000" />
- <property name="timeToLive" value="120000" />
- </default>
- </eviction>
-
</jbosscache>
\ No newline at end of file
Modified: portal/trunk/component/common/src/main/java/conf/jbosscache/local/config.xml
===================================================================
---
portal/trunk/component/common/src/main/java/conf/jbosscache/local/config.xml 2010-03-10
13:13:23 UTC (rev 2102)
+++
portal/trunk/component/common/src/main/java/conf/jbosscache/local/config.xml 2010-03-10
13:15:50 UTC (rev 2103)
@@ -19,11 +19,4 @@
<jbosscache
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="urn:jboss:jbosscache-core:config:3.1">
- <eviction wakeUpInterval="5000">
- <default algorithmClass="org.jboss.cache.eviction.LRUAlgorithm"
eventQueueSize="1000000">
- <property name="maxNodes" value="1000" />
- <property name="timeToLive" value="120000" />
- </default>
- </eviction>
-
</jbosscache>
\ No newline at end of file