Set default auto-retry limit to infinite

This commit is contained in:
Sucukdeluxe
2026-03-01 04:31:04 +01:00
parent 116135289c
commit ab9b3e87b1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ export function defaultSettings(): AppSettings {
reconnectWaitSeconds: 45,
completedCleanupPolicy: "never",
maxParallel: 4,
retryLimit: REQUEST_RETRIES,
retryLimit: 0,
speedLimitEnabled: false,
speedLimitKbps: 0,
speedLimitMode: "global",