mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Updated Interval to scan for finished downloads to .25 minutes.
This commit is contained in:
@@ -6,7 +6,7 @@ namespace NzbDrone.Core.Jobs
|
||||
public class ScheduledTask : ModelBase
|
||||
{
|
||||
public string TypeName { get; set; }
|
||||
public int Interval { get; set; }
|
||||
public double Interval { get; set; }
|
||||
public DateTime LastExecution { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user