From 73162b6210e52b465f6c709f5e5f004a7b43b2df Mon Sep 17 00:00:00 2001 From: Jesse McConnell Date: Fri, 25 May 2007 13:45:59 +0000 Subject: [PATCH] [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 --- .../archiva-configuration/src/main/mdo/configuration.mdo | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/archiva-base/archiva-configuration/src/main/mdo/configuration.mdo b/archiva-base/archiva-configuration/src/main/mdo/configuration.mdo index 50380ca10..41f9ac895 100644 --- a/archiva-base/archiva-configuration/src/main/mdo/configuration.mdo +++ b/archiva-base/archiva-configuration/src/main/mdo/configuration.mdo @@ -264,9 +264,9 @@ String 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 - 0 0,30 * * * ? + 0 0 * * * ? @@ -643,8 +643,8 @@ cronExpression 1.0.0+ String - When to run the database scanning mechanism. Default is every hour on the hour. - 0 0 * * * ? + When to run the database scanning mechanism. Default is every two hours on the hour. + 0 0 0/2 * * ? unprocessedConsumers -- 2.39.5