[gatein-commits] gatein SVN: r2103 - in portal/trunk/component/common/src/main/java/conf/jbosscache: local and 1 other directory.
do-not-reply at jboss.org
do-not-reply at jboss.org
Wed Mar 10 08:15:51 EST 2010
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
More information about the gatein-commits
mailing list