[jboss-cvs] jboss-seam/examples/wiki/src/etc ...

Christian Bauer christian at hibernate.org
Fri Aug 31 13:54:36 EDT 2007


  User: cbauer  
  Date: 07/08/31 13:54:36

  Modified:    examples/wiki/src/etc  ehcache.xml
  Log:
  Document deletion did not remove feed entry correctly
  
  Revision  Changes    Path
  1.4       +5 -3      jboss-seam/examples/wiki/src/etc/ehcache.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ehcache.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/etc/ehcache.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- ehcache.xml	12 Jun 2007 12:30:05 -0000	1.3
  +++ ehcache.xml	31 Aug 2007 17:54:36 -0000	1.4
  @@ -111,7 +111,7 @@
              timeToLiveSeconds="6000"
              diskPersistent="false"
              memoryStoreEvictionPolicy="LRU"/>
  -
  +<!--
       <cache name="WikiNode"
              maxElementsInMemory="1000"
              eternal="false"
  @@ -120,7 +120,7 @@
              timeToLiveSeconds="6000"
              diskPersistent="false"
              memoryStoreEvictionPolicy="LRU"/>
  -
  +-->
       <cache name="WikiLinkProtocol"
              maxElementsInMemory="50"
              eternal="false"
  @@ -141,7 +141,9 @@
   
       <cache name="WikiFeedEntry"
              maxElementsInMemory="1000"
  -           eternal="true"
  +           eternal="false"
  +           timeToIdleSeconds="86400"
  +           timeToLiveSeconds="259200"
              overflowToDisk="false"
              diskPersistent="false"
              memoryStoreEvictionPolicy="LRU"/>
  
  
  



More information about the jboss-cvs-commits mailing list