AppUpdateJob will run every 7 days.

pull/6/head
Mark McDowall 13 years ago
parent 65dfd3036a
commit 4180684a82

@ -39,7 +39,7 @@ namespace NzbDrone.Core.Providers.Jobs
public int DefaultInterval
{
get { return 0; }
get { return 10080; }
}
public virtual void Start(ProgressNotification notification, int targetId, int secondaryTargetId)

Loading…
Cancel
Save