Scene Mappings update every 6 hours now

This commit is contained in:
Mark McDowall
2013-01-26 11:42:32 -08:00
parent 3b16d68d0b
commit d398440322

View File

@@ -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)