mirror of
https://github.com/C9Glax/tranga.git
synced 2025-09-10 11:58:19 +02:00
Max Worker Concurrency
This commit is contained in:
@@ -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))
|
||||
|
Reference in New Issue
Block a user