From a8f5b77b51bf83a1e838838ca46513bfbfe7252e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:44:04 +0200 Subject: user.js: Setting increased network connection limits. Signed-off-by: Daniel Baumann --- debian/local/pref/user.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js index 6267f57477..f4d8e4d558 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -1102,3 +1102,9 @@ user_pref("layout.spellcheckDefault", 0); user_pref("media.autoplay.default", 5); user_pref("media.autoplay.blocking_policy", 2); + +user_pref("network.http.max-connections", 1800); +user_pref("network.http.max-persistent-connections-per-proxy", 64); +user_pref("network.http.max-persistent-connections-per-server", 12); +user_pref("network.http.max-urgent-start-excessive-connections-per-host", 6); +user_pref("network.websocket.max-connections", 400); -- cgit v1.2.3