From 19b2f425dce0bc2dfe4f807045cd2a2c83eb82b3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:07:27 +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(+) (limited to 'debian/local') diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js index b2af6c5a47..f951ed40a8 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -1063,3 +1063,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