[jboss-cvs] JBossCache/etc/META-INF ...

Manik Surtani msurtani at jboss.com
Wed Oct 11 12:56:08 EDT 2006


  User: msurtani
  Date: 06/10/11 12:56:08

  Modified:    etc/META-INF  Tag: Branch_JBossCache_1_4_0
                        local-lru-eviction-service.xml
  Log:
  Added section to try and test deadlocks
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.3.2.1   +5 -0      JBossCache/etc/META-INF/local-lru-eviction-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: local-lru-eviction-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/local-lru-eviction-service.xml,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -b -r1.3 -r1.3.2.1
  --- local-lru-eviction-service.xml	9 Apr 2006 12:33:47 -0000	1.3
  +++ local-lru-eviction-service.xml	11 Oct 2006 16:56:08 -0000	1.3.2.1
  @@ -131,6 +131,11 @@
                    <attribute name="timeToLiveSeconds">8</attribute>
                    <attribute name="maxAgeSeconds">10</attribute>
                 </region>
  +              <region name="/50Nodes">
  +                 <attribute name="maxNodes">50</attribute>
  +                  <attribute name="timeToLiveSeconds">1</attribute>
  +                 <attribute name="maxAgeSeconds">1</attribute>                 
  +              </region>
              </config>
           </attribute>
       </mbean>
  
  
  



More information about the jboss-cvs-commits mailing list