1
0
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:
yokoffing
2025-08-31 18:04:50 -04:00
committed by GitHub
parent bb953d2af5
commit f82406e23d
+1 -1
View File
@@ -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