mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-30 18:25:57 -04:00
DiskScanJob changed to run every 6 hours, instead of every hour.
This commit is contained in:
@@ -34,7 +34,7 @@ namespace NzbDrone.Core.Jobs
|
||||
|
||||
public int DefaultInterval
|
||||
{
|
||||
get { return 60; }
|
||||
get { return 360; }
|
||||
}
|
||||
|
||||
public virtual void Start(ProgressNotification notification, int targetId, int secondaryTargetId)
|
||||
|
||||
Reference in New Issue
Block a user