[jboss-cvs] JBossCache/docs/TreeCache/en/modules ...

Manik Surtani msurtani at jboss.com
Mon Oct 23 13:39:01 EDT 2006


  User: msurtani
  Date: 06/10/23 13:39:01

  Modified:    docs/TreeCache/en/modules  eviction_policies.xml
  Log:
  JBCACHE-684
  
  Revision  Changes    Path
  1.7       +6 -0      JBossCache/docs/TreeCache/en/modules/eviction_policies.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: eviction_policies.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/docs/TreeCache/en/modules/eviction_policies.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- eviction_policies.xml	12 Oct 2006 03:54:45 -0000	1.6
  +++ eviction_policies.xml	23 Oct 2006 17:39:01 -0000	1.7
  @@ -860,6 +860,8 @@
             <attribute name="EvictionPolicyConfig">
                <config>
                   <attribute name="wakeUpIntervalSeconds">5</attribute>
  +                <!-- This defaults to 200000 if not specified -->
  +                <attribute name="eventQueueSize">100000</attribute>
                   <!-- Cache wide default -->
                   <region name="/_default_">
                       <attribute name="maxNodes">5000</attribute>
  @@ -892,6 +894,8 @@
         <programlisting>
         &lt;attribute name="EvictionPolicyConfig"&gt;
            &lt;config&gt;
  +            &lt;!-- This defaults to 200000 if not specified --&gt;
  +            &lt;attribute name="eventQueueSize"&gt;100000&lt;/attribute&gt;
               &lt;attribute name="wakeUpIntervalSeconds"&gt;5&lt;/attribute&gt;
               &lt;!-- Cache wide default --&gt;
               &lt;region name="/_default_" policyClass="org.jboss.cache.eviction.LRUPolicy"&gt;
  @@ -928,6 +932,8 @@
         &lt;attribute name="EvictionPolicyConfig"&gt;
            &lt;config&gt;
               &lt;attribute name="wakeUpIntervalSeconds"&gt;5&lt;/attribute&gt;
  +            &lt;!-- This defaults to 200000 if not specified --&gt;
  +            &lt;attribute name="eventQueueSize"&gt;100000&lt;/attribute&gt;
               &lt;!-- Cache wide default --&gt;
               &lt;region name="/_default_"&gt;
                  &lt;attribute name="maxNodes"&gt;5000&lt;/attribute&gt;
  
  
  



More information about the jboss-cvs-commits mailing list