From f82406e23de81697c4d2d33ab99b0e0adaba3974 Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Sun, 31 Aug 2025 18:04:50 -0400 Subject: [PATCH] default value change --- Fastfox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fastfox.js b/Fastfox.js index 891df59..aad5987 100644 --- a/Fastfox.js +++ b/Fastfox.js @@ -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