mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-03-25 01:24:14 -04:00
changed default value for active downloads limit
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user