Author: manik.surtani(a)jboss.com
Date: 2008-10-08 12:22:44 -0400 (Wed, 08 Oct 2008)
New Revision: 6882
Modified:
core/branches/flat/src/main/resources/config-samples/cacheloader-enabled.xml
core/branches/flat/src/main/resources/config-samples/eviction-enabled.xml
Log:
Moved stuff
Modified: core/branches/flat/src/main/resources/config-samples/cacheloader-enabled.xml
===================================================================
---
core/branches/flat/src/main/resources/config-samples/cacheloader-enabled.xml 2008-10-08
16:22:40 UTC (rev 6881)
+++
core/branches/flat/src/main/resources/config-samples/cacheloader-enabled.xml 2008-10-08
16:22:44 UTC (rev 6882)
@@ -21,7 +21,7 @@
<!-- Specific eviction policy configurations -->
<eviction wakeUpInterval="5000">
<!-- Cache wide default -->
- <default algorithmClass="org.jboss.cache.eviction.LRUAlgorithm"
eventQueueSize="200000">
+ <default algorithmClass="org.jboss.starobrno.eviction.LRUAlgorithm"
eventQueueSize="200000">
<attribute name="maxNodes">5000</attribute>
<attribute name="timeToLive">3000</attribute>
</default>
Modified: core/branches/flat/src/main/resources/config-samples/eviction-enabled.xml
===================================================================
--- core/branches/flat/src/main/resources/config-samples/eviction-enabled.xml 2008-10-08
16:22:40 UTC (rev 6881)
+++ core/branches/flat/src/main/resources/config-samples/eviction-enabled.xml 2008-10-08
16:22:44 UTC (rev 6882)
@@ -25,12 +25,12 @@
-->
<eviction wakeUpInterval="5000">
<!-- Cache wide default -->
- <default algorithmClass="org.jboss.cache.eviction.LRUAlgorithm"
eventQueueSize="200000">
+ <default algorithmClass="org.jboss.starobrno.eviction.LRUAlgorithm"
eventQueueSize="200000">
<attribute name="maxNodes">5000</attribute>
<attribute name="timeToLive">1000000</attribute>
</default>
- <!-- configurations for various regions-->
+ <!-- configurations for various regions-->
<region name="/org/jboss/data">
<attribute name="maxNodes">5000</attribute>
<attribute name="timeToLive">1000000</attribute>
Show replies by date