mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-29 16:11:23 +05:30
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f82406e23d | |||
| bb953d2af5 |
+2
-2
@@ -50,7 +50,7 @@
|
|||||||
user_pref("content.notify.interval", 100000); // (.10s); default=120000 (.12s)
|
user_pref("content.notify.interval", 100000); // (.10s); default=120000 (.12s)
|
||||||
user_pref("content.max.tokenizing.time", 1000000); // (1.00s); alt=2000000; HIDDEN
|
user_pref("content.max.tokenizing.time", 1000000); // (1.00s); alt=2000000; HIDDEN
|
||||||
user_pref("content.interrupt.parsing", true); // HIDDEN
|
user_pref("content.interrupt.parsing", true); // HIDDEN
|
||||||
user_pref("content.notify.ontimer", true); // HIDDEN
|
//user_pref("content.notify.ontimer", true); // DEFAULT
|
||||||
|
|
||||||
// PREF: UI responsiveness threshold
|
// PREF: UI responsiveness threshold
|
||||||
user_pref("content.switch.threshold", 300000); // HIDDEN; default= 750000; alt=500000
|
user_pref("content.switch.threshold", 300000); // HIDDEN; default= 750000; alt=500000
|
||||||
@@ -392,7 +392,7 @@ user_pref("network.http.pacing.requests.enabled", false);
|
|||||||
|
|
||||||
// PREF: increase DNS cache
|
// PREF: increase DNS cache
|
||||||
// [1] https://developer.mozilla.org/en-US/docs/Web/Performance/Understanding_latency
|
// [1] https://developer.mozilla.org/en-US/docs/Web/Performance/Understanding_latency
|
||||||
user_pref("network.dnsCacheEntries", 10000); // default=400
|
user_pref("network.dnsCacheEntries", 10000); // default=800
|
||||||
|
|
||||||
// PREF: adjust DNS expiration time
|
// PREF: adjust DNS expiration time
|
||||||
// [ABOUT] about:networking#dns
|
// [ABOUT] about:networking#dns
|
||||||
|
|||||||
Reference in New Issue
Block a user