mirror of
https://github.com/Radarr/Radarr
synced 2025-03-04 19:00:02 +00:00
DiskScanJob changed to run every 6 hours, instead of every hour.
This commit is contained in:
parent
9e42f3b65f
commit
058ca93576
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ namespace NzbDrone.Core.Jobs
|
||||||
|
|
||||||
public int DefaultInterval
|
public int DefaultInterval
|
||||||
{
|
{
|
||||||
get { return 60; }
|
get { return 360; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public virtual void Start(ProgressNotification notification, int targetId, int secondaryTargetId)
|
public virtual void Start(ProgressNotification notification, int targetId, int secondaryTargetId)
|
||||||
|
|
Loading…
Add table
Reference in a new issue