[exo-jcr-commits] exo-jcr SVN: r2231 - jcr/trunk/exo.jcr.component.core/src/main/resources/conf/portal.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Apr 8 09:32:13 EDT 2010


Author: areshetnyak
Date: 2010-04-08 09:32:12 -0400 (Thu, 08 Apr 2010)
New Revision: 2231

Modified:
   jcr/trunk/exo.jcr.component.core/src/main/resources/conf/portal/jbosscache-data.xml
Log:
EXOJCR-545 : The configuration was changed

Modified: jcr/trunk/exo.jcr.component.core/src/main/resources/conf/portal/jbosscache-data.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/main/resources/conf/portal/jbosscache-data.xml	2010-04-08 12:45:57 UTC (rev 2230)
+++ jcr/trunk/exo.jcr.component.core/src/main/resources/conf/portal/jbosscache-data.xml	2010-04-08 13:32:12 UTC (rev 2231)
@@ -12,11 +12,11 @@
 
    <!-- Eviction configuration -->
    <eviction wakeUpInterval="5000">
-      <default algorithmClass="org.jboss.cache.eviction.LRUAlgorithm"
+      <default algorithmClass="org.jboss.cache.eviction.ExpirationAlgorithm"
          actionPolicyClass="org.exoplatform.services.jcr.impl.dataflow.persistent.jbosscache.ParentNodeEvictionActionPolicy"
          eventQueueSize="1000000">
          <property name="maxNodes" value="1000000" />
-         <property name="timeToLive" value="120000" />
+         <property name="warnNoExpirationKey" value="false" />
       </default>
    </eviction>
 </jbosscache>
\ No newline at end of file



More information about the exo-jcr-commits mailing list