You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by jm...@apache.org on 2007/05/25 15:46:00 UTC

svn commit: r541648 - /maven/archiva/trunk/archiva-base/archiva-configuration/src/main/mdo/configuration.mdo

Author: jmcconnell
Date: Fri May 25 06:45:59 2007
New Revision: 541648

URL: http://svn.apache.org/viewvc?view=rev&rev=541648
Log:
[MRM-360] changing default cronexpression for repo scanning to hourly, and database scanning to every two hours.

Modified:
    maven/archiva/trunk/archiva-base/archiva-configuration/src/main/mdo/configuration.mdo

Modified: maven/archiva/trunk/archiva-base/archiva-configuration/src/main/mdo/configuration.mdo
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-base/archiva-configuration/src/main/mdo/configuration.mdo?view=diff&rev=541648&r1=541647&r2=541648
==============================================================================
--- maven/archiva/trunk/archiva-base/archiva-configuration/src/main/mdo/configuration.mdo (original)
+++ maven/archiva/trunk/archiva-base/archiva-configuration/src/main/mdo/configuration.mdo Fri May 25 06:45:59 2007
@@ -264,9 +264,9 @@
           <type>String</type>
           <description>
           	When to run the refresh task. 
-          	Default is every 30 minutes (translated as every 0 and 30 minute reading of every hour)
+          	Default is every hour
           </description>
-          <defaultValue>0 0,30 * * * ?</defaultValue>
+          <defaultValue>0 0 * * * ?</defaultValue>
         </field>
       </fields>
       <codeSegments>
@@ -643,8 +643,8 @@
           <name>cronExpression</name>
           <version>1.0.0+</version>
           <type>String</type>
-          <description>When to run the database scanning mechanism. Default is every hour on the hour.</description>
-          <defaultValue>0 0 * * * ?</defaultValue>
+          <description>When to run the database scanning mechanism. Default is every two hours on the hour.</description>
+          <defaultValue>0 0 0/2 * * ?</defaultValue>
         </field>
         <field>
           <name>unprocessedConsumers</name>