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)