1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-07-18 09:41:27 +05:30

remove two personal prefs

This commit is contained in:
yokoffing
2026-07-03 18:01:47 -04:00
committed by GitHub
parent 8e415d1633
commit c44deea4e2
-2
View File
@@ -24,8 +24,6 @@ user_pref("browser.newtab.preload", false); // disable new tab if not using
user_pref("nglayout.initialpaint.delay", 50); // delay painting new tabs
user_pref("javascript.options.baselinejit.threshold", 50); // default=100
//user_pref("javascript.options.ion.threshold", 5000);
user_pref("network.buffer.cache.size", 65535);
user_pref("network.buffer.cache.count", 48);
user_pref("javascript.options.concurrent_multiprocess_gcs.cpu_divisor", 2); // default=4
/** SECUREFOX ***/