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
@@ -701,7 +701,7 @@ describe("settings views", () => {
label: "Proxy-Verbindungen insgesamt",
value: "16",
min: 2,
max: 40,
max: 80,
help: expect.stringContaining("zusammen höchstens 16 Segmentverbindungen")
}));
});