From 760e7e7749e6d864b7a27ea2e5fc9ee18bce672e Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Mon, 24 Dec 2012 16:15:26 -0800 Subject: [PATCH] New Series Import job not so spammy --- NzbDrone.Core/Jobs/ImportNewSeriesJob.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NzbDrone.Core/Jobs/ImportNewSeriesJob.cs b/NzbDrone.Core/Jobs/ImportNewSeriesJob.cs index fea7cf090..44d1c5d07 100644 --- a/NzbDrone.Core/Jobs/ImportNewSeriesJob.cs +++ b/NzbDrone.Core/Jobs/ImportNewSeriesJob.cs @@ -46,12 +46,12 @@ namespace NzbDrone.Core.Jobs public string Name { - get { return "New Series Update"; } + get { return "Import New Series"; } } public TimeSpan DefaultInterval { - get { return TimeSpan.FromMinutes(1); } + get { return TimeSpan.FromHours(6); } } public void Start(ProgressNotification notification, dynamic options)