mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 07:30:47 +05:30
+5
-3
@@ -3,7 +3,7 @@
|
||||
* Fastfox *
|
||||
* "Non ducor duco" *
|
||||
* priority: speedy browsing *
|
||||
* version: 122 *
|
||||
* version: 122.1 *
|
||||
* url: https://github.com/yokoffing/Betterfox *
|
||||
***************************************************************************************/
|
||||
|
||||
@@ -309,11 +309,13 @@ user_pref("image.mem.decode_bytes_at_a_time", 32768); // default=16384; alt=6553
|
||||
****************************************************************************/
|
||||
|
||||
// PREF: use bigger packets
|
||||
// [WARNING] Cannot open HTML files bigger than 4MB if changed [2].
|
||||
// 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
|
||||
user_pref("network.buffer.cache.size", 262144); // 256 kb; default=32768 (32 kb)
|
||||
user_pref("network.buffer.cache.count", 128); // default=24
|
||||
// [2] https://github.com/yokoffing/Betterfox/issues/279
|
||||
//user_pref("network.buffer.cache.size", 262144); // 256 kb; default=32768 (32 kb)
|
||||
//user_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
|
||||
|
||||
Reference in New Issue
Block a user