mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-09 12:32:31 +01:00
DiskScanJob changed to run every 6 hours, instead of every hour.
This commit is contained in:
parent
9e42f3b65f
commit
058ca93576
@ -34,7 +34,7 @@ public string Name
|
||||
|
||||
public int DefaultInterval
|
||||
{
|
||||
get { return 60; }
|
||||
get { return 360; }
|
||||
}
|
||||
|
||||
public virtual void Start(ProgressNotification notification, int targetId, int secondaryTargetId)
|
||||
|
Loading…
Reference in New Issue
Block a user