mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-26 09:44:38 +00:00
BacklogSearchJob will run every 30 days.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user