[MRM-360] changing default cronexpression for repo scanning to hourly, and database scanning to every two hours.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541648 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jesse McConnell 2007-05-25 13:45:59 +00:00
parent 2f085d123d
commit 73162b6210
1 changed files with 4 additions and 4 deletions

View File

@ -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>