From 8b403e9db97e9161d51a46b81f5fccb5270372bc Mon Sep 17 00:00:00 2001 From: Hal <11689349+yokoffing@users.noreply.github.com> Date: Sun, 5 May 2024 16:04:45 -0400 Subject: [PATCH] update value for network.http.speculative-parallel-limit --- Fastfox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fastfox.js b/Fastfox.js index c83ce19..17b669c 100644 --- a/Fastfox.js +++ b/Fastfox.js @@ -407,7 +407,7 @@ user_pref("network.ssl_tokens_cache_capacity", 10240); // default=2048; more TLS // [3] https://searchfox.org/mozilla-central/rev/028c68d5f32df54bca4cf96376f79e48dfafdf08/modules/libpref/init/all.js#1280-1282 // [4] https://www.keycdn.com/blog/resource-hints#prefetch // [5] https://3perf.com/blog/link-rels/#prefetch -//user_pref("network.http.speculative-parallel-limit", 6); // DEFAULT +//user_pref("network.http.speculative-parallel-limit", 20); // DEFAULT (FF127+?) // PREF: DNS prefetching // Used for cross-origin connections to provide small performance improvements.