changed default value for active downloads limit

This commit is contained in:
Flaminel
2026-03-23 17:13:21 +02:00
parent 202ecae231
commit 3de438c1b8

View File

@@ -62,7 +62,7 @@ public sealed class SeekerConfigController : ControllerBase
SkipTags = seekerConfig?.SkipTags ?? [],
LastProcessedAt = seekerConfig?.LastProcessedAt,
ArrInstanceEnabled = instance.Enabled,
ActiveDownloadLimit = seekerConfig?.ActiveDownloadLimit ?? 0,
ActiveDownloadLimit = seekerConfig?.ActiveDownloadLimit ?? 3,
};
}).ToList();