Optimize proxy scheduler throughput and fairness

This commit is contained in:
Sucukdeluxe
2026-08-31 14:55:26 +02:00
parent ecfc630e1e
commit 61e10034ba
12 changed files with 403 additions and 58 deletions
+1
View File
@@ -11032,6 +11032,7 @@ export class DownloadManager extends EventEmitter {
proxyListPath: this.settings.proxyListPath,
connections: this.settings.proxyConnectionsPerDownload,
totalConnectionLimit: this.settings.proxyConnectionsPerDownload,
downloadId: active.itemId,
reservedProxyIndex: this.settings.proxyApiProxyIndex,
signal: active.abortController.signal,
skipTlsVerify,