Handle source links going offline during downloads

This commit is contained in:
Sucukdeluxe
2026-09-02 11:32:06 +02:00
parent cd0464d658
commit ad75469854
15 changed files with 573 additions and 84 deletions
+2 -1
View File
@@ -114,7 +114,8 @@ function createSettings(): AppSettings {
completedCleanupPolicy: "never",
maxParallel: 4,
maxParallelExtract: 2,
retryLimit: 3,
retryLimit: 3,
offlineSkipScope: "archive",
speedLimitEnabled: false,
speedLimitKbps: 0,
speedLimitMode: "global",