Raise proxy connection limit to 80

This commit is contained in:
Sucukdeluxe
2026-09-01 15:31:13 +02:00
parent 0896720bc0
commit 78876869f7
9 changed files with 19 additions and 11 deletions
+1 -1
View File
@@ -6080,7 +6080,7 @@ export function App(): ReactElement {
maxParallelExtract: [1, 8, 2],
reconnectWaitSeconds: [10, 600, 45],
proxyApiProxyIndex: [1, 100000, 1],
proxyConnectionsPerDownload: [2, 40, 32]
proxyConnectionsPerDownload: [2, 80, 32]
};
const bounds = numericLimits[fieldId as keyof RendererSettingsDraft];
if (bounds) {