You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by as...@apache.org on 2002/02/19 00:46:37 UTC

cvs commit: jakarta-turbine-stratum/src/conf cache.ccf

asmuts      02/02/18 15:46:37

  Modified:    src/conf cache.ccf
  Log:
  setting the idle time in the cache.ccf to an hour
  
  Revision  Changes    Path
  1.11      +2 -2      jakarta-turbine-stratum/src/conf/cache.ccf
  
  Index: cache.ccf
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-stratum/src/conf/cache.ccf,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- cache.ccf	18 Feb 2002 18:44:13 -0000	1.10
  +++ cache.ccf	18 Feb 2002 23:46:37 -0000	1.11
  @@ -32,8 +32,8 @@
   jcs.region.testCache3.cacheattributes.MaxObjects=1000
   jcs.region.testCache3.cacheattributes.MemoryCacheName=org.apache.stratum.jcs.engine.memory.shrinking.ShrinkingMemoryCache
   jcs.region.testCache3.cacheattributes.UseMemoryShrinker=true
  -jcs.region.testCache3.cacheattributes.MaxMemoryIdleTimeSeconds=10
  -jcs.region.testCache3.cacheattributes.ShrinkerIntervalSeconds=5
  +jcs.region.testCache3.cacheattributes.MaxMemoryIdleTimeSeconds=3600
  +jcs.region.testCache3.cacheattributes.ShrinkerIntervalSeconds=60
   
   
   # prefered config
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>