From 705c50cc991f0c730ec7574059fa893c922d084f Mon Sep 17 00:00:00 2001 From: Hal <11689349+yokoffing@users.noreply.github.com> Date: Thu, 21 Mar 2024 09:38:55 -0400 Subject: [PATCH] remove network.dns.max_high_priority_threads --- user.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/user.js b/user.js index 63a11aa..439f6a7 100644 --- a/user.js +++ b/user.js @@ -10,7 +10,7 @@ /**************************************************************************** * Betterfox * * "Ad meliora" * - * version: 122.1 * + * version: 123 * * url: https://github.com/yokoffing/Betterfox * ****************************************************************************/ @@ -42,7 +42,6 @@ user_pref("network.http.max-persistent-connections-per-server", 10); user_pref("network.http.max-urgent-start-excessive-connections-per-host", 5); user_pref("network.http.pacing.requests.enabled", false); user_pref("network.dnsCacheExpiration", 3600); -user_pref("network.dns.max_high_priority_threads", 8); user_pref("network.ssl_tokens_cache_capacity", 10240); /** SPECULATIVE LOADING ***/