diff --git a/NzbDrone.Core/Jobs/UpdateSceneMappingsJob.cs b/NzbDrone.Core/Jobs/UpdateSceneMappingsJob.cs index 85acc6329..7812d2eb4 100644 --- a/NzbDrone.Core/Jobs/UpdateSceneMappingsJob.cs +++ b/NzbDrone.Core/Jobs/UpdateSceneMappingsJob.cs @@ -26,7 +26,7 @@ namespace NzbDrone.Core.Jobs public TimeSpan DefaultInterval { - get { return TimeSpan.FromHours(12); } + get { return TimeSpan.FromHours(6); } } public virtual void Start(ProgressNotification notification, dynamic options)