1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 15:40:48 +05:30

add content.notify.interval

This commit is contained in:
yokoffing
2022-12-01 09:03:08 -05:00
committed by GitHub
parent 078a8fa5ca
commit d38de11c8e
+1 -1
View File
@@ -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 // in page load time. If this value is set below 1/10 of a second it starts
// to impact page load performance. // to impact page load performance.
// [1] https://searchfox.org/mozilla-central/rev/c1180ea13e73eb985a49b15c0d90e977a1aa919c/modules/libpref/init/StaticPrefList.yaml#1824-1834 // [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 //user_pref("content.notify.ontimer", true); // DEFAULT
// PREF: disable QUIC for faster upload speeds // PREF: disable QUIC for faster upload speeds