feat: parallele Proxy-Segmentdownloads

This commit is contained in:
Sucukdeluxe
2026-08-31 12:49:15 +02:00
parent 50f04b2761
commit 17ac99d373
20 changed files with 1275 additions and 52 deletions
+6 -3
View File
@@ -114,9 +114,12 @@ function createSettings(): AppSettings {
maxParallel: 4,
maxParallelExtract: 2,
retryLimit: 3,
speedLimitEnabled: false,
speedLimitKbps: 0,
speedLimitMode: "global",
speedLimitEnabled: false,
speedLimitKbps: 0,
speedLimitMode: "global",
proxyDownloadEnabled: false,
proxyListPath: "",
proxyConnectionsPerDownload: 16,
updateRepo: "Sucukdeluxe/Multi-Debrid-Downloader",
autoUpdateCheck: true,
clipboardWatch: true,