mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 21:12:43 +02: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