Restrict max strikes to a minimum value (#87)

This commit is contained in:
Flaminel
2025-03-11 23:35:07 +02:00
committed by GitHub
parent a68e13af35
commit e6d3929fc9
3 changed files with 14 additions and 3 deletions
@@ -45,6 +45,7 @@ public sealed class QueueCleaner : GenericHandler
)
{
_config = config.Value;
_config.Validate();
_ignoredDownloadsProvider = ignoredDownloadsProvider;
}