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

Ben Wang bwang at jboss.com
Tue Nov 7 02:05:31 EST 2006


  User: bwang   
  Date: 06/11/07 02:05:31

  Modified:    etc/META-INF  pojocache-passivation-service.xml
  Log:
  changed to 3 second interval.
  
  Revision  Changes    Path
  1.3       +1 -1      JBossCache/etc/META-INF/pojocache-passivation-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pojocache-passivation-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/pojocache-passivation-service.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- pojocache-passivation-service.xml	7 Nov 2006 03:57:56 -0000	1.2
  +++ pojocache-passivation-service.xml	7 Nov 2006 07:05:31 -0000	1.3
  @@ -119,7 +119,7 @@
         -->
         <attribute name="EvictionPolicyConfig">
            <config>
  -            <attribute name="wakeUpIntervalSeconds">5</attribute>
  +            <attribute name="wakeUpIntervalSeconds">3</attribute>
               <!-- This defaults to 200000 if not specified -->
               <attribute name="eventQueueSize">200000</attribute>
   
  
  
  



More information about the jboss-cvs-commits mailing list