Skip to content

Commit

Permalink
Remove network.buffer.cache.size prefs to prevent crashing on certa…
Browse files Browse the repository at this point in the history
…in local HTML files.

yokoffing/Betterfox#280
  • Loading branch information
MrAlex94 committed Mar 24, 2024
1 parent 5894de8 commit a107045
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions waterfox/browser/app/profile/02-speed.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a107045

Please sign in to comment.