From 4180684a8215661a59afabd27fa8671d59e3f13c Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Fri, 25 Nov 2011 00:07:12 -0800 Subject: [PATCH] AppUpdateJob will run every 7 days. --- NzbDrone.Core/Providers/Jobs/AppUpdateJob.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NzbDrone.Core/Providers/Jobs/AppUpdateJob.cs b/NzbDrone.Core/Providers/Jobs/AppUpdateJob.cs index 34375b659..d7113969c 100644 --- a/NzbDrone.Core/Providers/Jobs/AppUpdateJob.cs +++ b/NzbDrone.Core/Providers/Jobs/AppUpdateJob.cs @@ -39,7 +39,7 @@ namespace NzbDrone.Core.Providers.Jobs public int DefaultInterval { - get { return 0; } + get { return 10080; } } public virtual void Start(ProgressNotification notification, int targetId, int secondaryTargetId)