mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-12 22:12:38 +01:00
BacklogSearchJob will run every 30 days.
This commit is contained in:
parent
290e5d5897
commit
65dfd3036a
@ -32,7 +32,7 @@ public string Name
|
|||||||
|
|
||||||
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…
Reference in New Issue
Block a user