Raise proxy connection limit to 80
This commit is contained in:
@@ -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")
|
||||
}));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user