Add configurable auto-retry limit with optional infinite retries
This commit is contained in:
@@ -64,6 +64,7 @@ export function defaultSettings(): AppSettings {
|
||||
reconnectWaitSeconds: 45,
|
||||
completedCleanupPolicy: "never",
|
||||
maxParallel: 4,
|
||||
retryLimit: REQUEST_RETRIES,
|
||||
speedLimitEnabled: false,
|
||||
speedLimitKbps: 0,
|
||||
speedLimitMode: "global",
|
||||
|
||||
Reference in New Issue
Block a user