1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-29 08:02:12 +05:30

Update Fastfox.js

This commit is contained in:
yokoffing
2025-10-09 11:19:05 -04:00
committed by GitHub
parent 04c552dfd8
commit cc631ef436
+1 -1
View File
@@ -409,7 +409,7 @@ user_pref("network.dnsCacheExpiration", 3600); // keep entries for 1 hour; defau
//user_pref("network.dns.max_any_priority_threads", 24); // DEFAULT [FF 123?] //user_pref("network.dns.max_any_priority_threads", 24); // DEFAULT [FF 123?]
// PREF: increase TLS token caching // PREF: increase TLS token caching
//user_pref("network.ssl_tokens_cache_capacity", 6144); // default=2048; more TLS token caching (fast reconnects) user_pref("network.ssl_tokens_cache_capacity", 10240); // default=2048; more TLS token caching (fast reconnects)
/**************************************************************************** /****************************************************************************
* SECTION: SPECULATIVE LOADING * * SECTION: SPECULATIVE LOADING *