From d38de11c8ee1df29b4643d56774cfe108064793e Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Thu, 1 Dec 2022 09:03:08 -0500 Subject: [PATCH] add content.notify.interval --- Fastfox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fastfox.js b/Fastfox.js index 24cc2c0..6e1926a 100644 --- a/Fastfox.js +++ b/Fastfox.js @@ -173,7 +173,7 @@ user_pref("media.cache_resume_threshold", 6000); // default=30; when a network c // in page load time. If this value is set below 1/10 of a second it starts // to impact page load performance. // [1] https://searchfox.org/mozilla-central/rev/c1180ea13e73eb985a49b15c0d90e977a1aa919c/modules/libpref/init/StaticPrefList.yaml#1824-1834 -//user_pref("content.notify.interval", 480000); // (.48s), default=120000 (.12s) +user_pref("content.notify.interval", 360000); // (.36s), default=120000 (.12s) //user_pref("content.notify.ontimer", true); // DEFAULT // PREF: disable QUIC for faster upload speeds