summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:54:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:54:29 +0000
commit2c42f50b0c559183d33d6084b6795920899bb523 (patch)
treef67545f2a3847fc8d8c0daf21e75c52584a463e1 /debian
parentuser.js: Disabling to show bookmarks toolbar by default. (diff)
downloadfirefox-esr-2c42f50b0c559183d33d6084b6795920899bb523.tar.xz
firefox-esr-2c42f50b0c559183d33d6084b6795920899bb523.zip
user.js: Setting increased network connection limits.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/local/pref/user.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js
index 55a81827dd..1f6837280d 100644
--- a/debian/local/pref/user.js
+++ b/debian/local/pref/user.js
@@ -1042,3 +1042,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);