diff --git a/Fastfox.js b/Fastfox.js index 2721a43..a265639 100644 --- a/Fastfox.js +++ b/Fastfox.js @@ -3,7 +3,7 @@ * Fastfox * * "Non ducor duco" * * priority: speedy browsing * - * version: 122.1 * + * version: 123 * * url: https://github.com/yokoffing/Betterfox * ***************************************************************************************/ @@ -351,8 +351,8 @@ user_pref("network.dnsCacheExpiration", 3600); // keep entries for 1 hour //user_pref("network.dnsCacheExpirationGracePeriod", 240); // default=60; cache DNS entries for 4 minutes after they expire // PREF: the number of threads for DNS -user_pref("network.dns.max_high_priority_threads", 8); // default=5 -//user_pref("network.dns.max_any_priority_threads", 3); // DEFAULT +//user_pref("network.dns.max_high_priority_threads", 40); // DEFAULT [FF 123?] +//user_pref("network.dns.max_any_priority_threads", 24); // DEFAULT [FF 123?] // PREF: increase TLS token caching user_pref("network.ssl_tokens_cache_capacity", 10240); // default=2048; more TLS token caching (fast reconnects)