Update of /cvsroot/roller/roller/deploy/mergedir
In directory sc8-pr-cvs1:/tmp/cvs-serv22045/deploy/mergedir
Modified Files:
filter-mappings.xml
Log Message:
Silly me, both PageCache's take the time parameter in seconds.
Index: filter-mappings.xml
===================================================================
RCS file: /cvsroot/roller/roller/deploy/mergedir/filter-mappings.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** filter-mappings.xml 14 Mar 2003 03:33:42 -0000 1.19
--- filter-mappings.xml 14 Mar 2003 14:23:44 -0000 1.20
***************
*** 14,23 ****
</init-param>
-->
! <!-- How long to cache pages
! (seconds for OSCache, milliseconds for CommonsCache) -->
<init-param>
<param-name>time</param-name>
<param-value>3600</param-value>
- <!-- param-value>3600000</param-value -->
</init-param>
</filter>
--- 14,21 ----
</init-param>
-->
! <!-- How long to cache pages, in seconds -->
<init-param>
<param-name>time</param-name>
<param-value>3600</param-value>
</init-param>
</filter>
-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
|