fixed stale comment in SeekerConfig

This commit is contained in:
Flaminel
2026-03-21 21:49:24 +02:00
parent f74ec45ca6
commit 9db29aa541

View File

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