Author: michiel
Date: 2010-03-19 14:09:33 +0100 (Fri, 19 Mar 2010)
New Revision: 41538

Modified:
   speeltuin/mihxil/portal/trunk/src/main/config/builders/core/blocks.xml
Log:
searchage

Modified: speeltuin/mihxil/portal/trunk/src/main/config/builders/core/blocks.xml
===================================================================
--- speeltuin/mihxil/portal/trunk/src/main/config/builders/core/blocks.xml      
2010-03-19 12:03:04 UTC (rev 41537)
+++ speeltuin/mihxil/portal/trunk/src/main/config/builders/core/blocks.xml      
2010-03-19 13:09:33 UTC (rev 41538)
@@ -4,7 +4,7 @@
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
     xsi:schemaLocation="http://www.mmbase.org/xmlns/builder 
http://www.mmbase.org/xmlns/builder.xsd";
     name="blocks" maintainer="mmbase.org" version="1" extends="object">
-
+  <searchage>3000</searchage>
   <names>
     <singular xml:lang="en">Webblock</singular>
     <singular xml:lang="nl">Webblok</singular>
@@ -78,6 +78,7 @@
         <guiname xml:lang="en">Cache refresh policy</guiname>
       </gui>
       <datatype base="string" xmlns="http://www.mmbase.org/xmlns/datatypes";>
+        <default value="org.mmbase.portal.refresh.Expires" />
         <enumeration>
           <entry value="org.mmbase.portal.refresh.Always" display="always" />
           <entry value="org.mmbase.portal.refresh.Expires" display="expires" />
@@ -89,7 +90,9 @@
         <guiname xml:lang="nl">Cacherefreshpolicy</guiname>
         <guiname xml:lang="en">Cache refresh policy</guiname>
       </gui>
-      <datatype base="string" xmlns="http://www.mmbase.org/xmlns/datatypes"; />
+      <datatype base="string" xmlns="http://www.mmbase.org/xmlns/datatypes";>
+        <default value="3600" /> <!-- 1 hour -->
+      </datatype>
     </field>
 
 

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to