Files
Sentinel/BackgroundService/BackgroundServiceOptions.cs
2024-10-11 23:10:01 -05:00

4 lines
133 B
C#

public class RoleAssesorBackgroundServiceOptions
{
public int RunFrequencyInMinutes { get; set; } = 5; // Defaults to 5 minute.
}