mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-29 08:02:12 +05:30
default value change
This commit is contained in:
+1
-1
@@ -392,7 +392,7 @@ user_pref("network.http.pacing.requests.enabled", false);
|
||||
|
||||
// PREF: increase DNS cache
|
||||
// [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
|
||||
// [ABOUT] about:networking#dns
|
||||
|
||||
Reference in New Issue
Block a user