From 65dfd3036a11af39e587d1693b9405418af0e7d8 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Fri, 25 Nov 2011 00:05:24 -0800 Subject: [PATCH] BacklogSearchJob will run every 30 days. --- NzbDrone.Core/Providers/Jobs/BacklogSearchJob.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NzbDrone.Core/Providers/Jobs/BacklogSearchJob.cs b/NzbDrone.Core/Providers/Jobs/BacklogSearchJob.cs index a0c1d71c6..219f8964d 100644 --- a/NzbDrone.Core/Providers/Jobs/BacklogSearchJob.cs +++ b/NzbDrone.Core/Providers/Jobs/BacklogSearchJob.cs @@ -32,7 +32,7 @@ namespace NzbDrone.Core.Providers.Jobs public int DefaultInterval { - get { return 0; } + get { return 43200; } } public void Start(ProgressNotification notification, int targetId, int secondaryTargetId)