Raise proxy connection limit to 40

This commit is contained in:
Sucukdeluxe
2026-08-31 15:33:48 +02:00
parent eb68db88d0
commit 9ca5789627
11 changed files with 47 additions and 20 deletions
+1 -1
View File
@@ -683,7 +683,7 @@ describe("settings views", () => {
label: "Proxy-Verbindungen insgesamt",
value: "16",
min: 2,
max: 32,
max: 40,
help: expect.stringContaining("zusammen höchstens 16 Segmentverbindungen")
}));
});