1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 07:30:47 +05:30
* network.buffer.cache.size causes HTML issue
This commit is contained in:
Hal
2024-03-13 11:47:02 -04:00
committed by GitHub
parent 14de7b101d
commit d4f1744b0c
2 changed files with 6 additions and 6 deletions
+1 -3
View File
@@ -10,7 +10,7 @@
/****************************************************************************
* Betterfox *
* "Ad meliora" *
* version: 122 *
* version: 122.1 *
* url: https://github.com/yokoffing/Betterfox *
****************************************************************************/
@@ -37,8 +37,6 @@ user_pref("media.cache_resume_threshold", 3600);
user_pref("image.mem.decode_bytes_at_a_time", 32768);
/** NETWORK ***/
user_pref("network.buffer.cache.size", 262144);
user_pref("network.buffer.cache.count", 128);
user_pref("network.http.max-connections", 1800);
user_pref("network.http.max-persistent-connections-per-server", 10);
user_pref("network.http.max-urgent-start-excessive-connections-per-host", 5);