You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2004/06/11 14:26:19 UTC

cvs commit: cocoon-2.1/src/blocks/scratchpad/conf caching-source.xconf

vgritsenko    2004/06/11 05:26:19

  Modified:    src/blocks/scratchpad/conf caching-source.xconf
  Log:
  Default config does not match with default role of the Refresher
  
  Revision  Changes    Path
  1.2       +1 -1      cocoon-2.1/src/blocks/scratchpad/conf/caching-source.xconf
  
  Index: caching-source.xconf
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/scratchpad/conf/caching-source.xconf,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- caching-source.xconf	22 Mar 2004 17:38:25 -0000	1.1
  +++ caching-source.xconf	11 Jun 2004 12:26:19 -0000	1.2
  @@ -50,9 +50,9 @@
         <!--
         <parameter name="async" value="true"/>
         <parameter name="cache-role" value="org.apache.cocoon.caching.Cache"/>
  -      <parameter name="refresher-role" value="org.apache.cocoon.components.source.impl.Refresher/Delay"/>
         <parameter name="default-expires" value="-1"/>
         -->
  +      <parameter name="refresher-role" value="org.apache.cocoon.components.source.impl.Refresher/Delay"/>
       </component-instance>
   
   </xconf>