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

resetting "content.notify.interval" for now

This commit is contained in:
yokoffing
2023-01-06 13:30:04 -05:00
committed by GitHub
parent 229d6697ba
commit 04cfb3348a
+1 -1
View File
@@ -224,7 +224,7 @@ user_pref("layout.css.has-selector.enabled", true);
****************************************************************************/ ****************************************************************************/
user_pref("nglayout.initialpaint.delay", 0); user_pref("nglayout.initialpaint.delay", 0);
user_pref("nglayout.initialpaint.delay_in_oopif", 0); user_pref("nglayout.initialpaint.delay_in_oopif", 0);
user_pref("content.notify.interval", 360000); user_pref("content.notify.interval", 120000); // reset pref
user_pref("browser.startup.preXulSkeletonUI", false); user_pref("browser.startup.preXulSkeletonUI", false);
/** EXPERIMENTAL ***/ /** EXPERIMENTAL ***/