Add configurable parallel extraction count (1-8, default 2)
- New setting maxParallelExtract in AppSettings - UI input in Entpacken tab: "Parallele Entpackungen" - Replaces hardcoded maxConcurrent=2 in acquirePostProcessSlot Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
31ce1e6618
commit
56a507b45d
@@ -64,6 +64,7 @@ export function defaultSettings(): AppSettings {
|
||||
reconnectWaitSeconds: 45,
|
||||
completedCleanupPolicy: "never",
|
||||
maxParallel: 4,
|
||||
maxParallelExtract: 2,
|
||||
retryLimit: 0,
|
||||
speedLimitEnabled: false,
|
||||
speedLimitKbps: 0,
|
||||
|
||||
Reference in New Issue
Block a user