1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-26 09:49:00 +00:00

BacklogSearchJob will run every 30 days.

This commit is contained in:
Mark McDowall 2011-11-25 00:05:24 -08:00
parent 290e5d5897
commit 65dfd3036a

View file

@ -32,7 +32,7 @@ public string Name
public int DefaultInterval
{
get { return 0; }
get { return 43200; }
}
public void Start(ProgressNotification notification, int targetId, int secondaryTargetId)