Max Worker Concurrency

This commit is contained in:
2025-09-05 01:13:31 +02:00
parent 35e36a557c
commit 65418c0495
2 changed files with 8 additions and 0 deletions

View File

@@ -52,6 +52,8 @@ public struct TrangaSettings()
public int MaxConcurrentDownloads { get; set; } = 5;
public int MaxConcurrentWorkers { get; set; } = 10;
public static TrangaSettings Load()
{
if (!File.Exists(settingsFilePath))