mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-03-24 17:13:41 -04:00
fixed stale comment in SeekerConfig
This commit is contained in:
@@ -23,7 +23,7 @@ public sealed record SeekerConfig : IConfig
|
||||
|
||||
/// <summary>
|
||||
/// Interval in minutes between Seeker runs. Controls how frequently searches are triggered.
|
||||
/// Valid values: 1, 2, 3, 4, 5, 6, 10 (must divide 60 evenly for cron compatibility).
|
||||
/// Valid values: 2, 3, 4, 5, 6, 10, 12, 15, 20, 30 (must divide 60 evenly for cron compatibility).
|
||||
/// </summary>
|
||||
public ushort SearchInterval { get; set; } = Constants.DefaultSearchIntervalMinutes;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user