From 04cfb3348a563dad6fe13f243bfd33f2a7150eeb Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Fri, 6 Jan 2023 13:30:04 -0500 Subject: [PATCH] resetting "content.notify.interval" for now --- user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.js b/user.js index d749e4f..88c6f41 100644 --- a/user.js +++ b/user.js @@ -224,7 +224,7 @@ user_pref("layout.css.has-selector.enabled", true); ****************************************************************************/ user_pref("nglayout.initialpaint.delay", 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); /** EXPERIMENTAL ***/