From a4164170215c6bef0cc6b1ae01665e27a58774fd Mon Sep 17 00:00:00 2001 From: Alex Kontos Date: Tue, 19 Mar 2024 17:53:36 +0000 Subject: [PATCH] Remove `network.buffer.cache.size` prefs to prevent crashing on certain local HTML files. https://github.com/yokoffing/Betterfox/pull/280 --- waterfox/browser/app/profile/02-speed.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/waterfox/browser/app/profile/02-speed.js b/waterfox/browser/app/profile/02-speed.js index 29f0a9897d726..c88abc49e57ee 100644 --- a/waterfox/browser/app/profile/02-speed.js +++ b/waterfox/browser/app/profile/02-speed.js @@ -122,13 +122,6 @@ pref("media.cache_resume_threshold", 6000); // default=30; when a network connec * SECTION: NETWORK * ****************************************************************************/ -// PREF: use bigger packets -// Reduce Firefox's CPU usage by requiring fewer application-to-driver data transfers. -// However, it does not affect the actual packet sizes transmitted over the network. -// [1] https://www.mail-archive.com/support-seamonkey@lists.mozilla.org/msg74561.html -pref("network.buffer.cache.size", 262144); // 256 kb; default=32768 (32 kb) -pref("network.buffer.cache.count", 128); // default=24 - // PREF: increase the absolute number of HTTP connections // [1] https://kb.mozillazine.org/Network.http.max-connections // [2] https://kb.mozillazine.org/Network.http.max-persistent-connections-per-server