1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-01-31 20:03:06 +00:00

DiskScanJob changed to run every 6 hours, instead of every hour.

This commit is contained in:
Mark McDowall 2011-12-07 19:46:45 -08:00
parent 9e42f3b65f
commit 058ca93576

View file

@ -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)