mirror of
https://github.com/lidarr/Lidarr
synced 2025-03-04 02:18:06 +00:00
BacklogSearchJob will run every 30 days.
This commit is contained in:
parent
290e5d5897
commit
65dfd3036a
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ namespace NzbDrone.Core.Providers.Jobs
|
||||||
|
|
||||||
public int DefaultInterval
|
public int DefaultInterval
|
||||||
{
|
{
|
||||||
get { return 0; }
|
get { return 43200; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Start(ProgressNotification notification, int targetId, int secondaryTargetId)
|
public void Start(ProgressNotification notification, int targetId, int secondaryTargetId)
|
||||||
|
|
Loading…
Add table
Reference in a new issue