diff --git a/user.js b/user.js index dbdc62d..fe6a065 100644 --- a/user.js +++ b/user.js @@ -231,6 +231,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("browser.startup.preXulSkeletonUI", false); /** EXPERIMENTAL ***/ @@ -255,7 +256,6 @@ user_pref("media.memory_cache_max_size", 1048576); user_pref("media.memory_caches_combined_limit_kb", 2560000); user_pref("media.cache_readahead_limit", 9000); user_pref("media.cache_resume_threshold", 6000); -user_pref("content.notify.interval", 360000); /** BROWSER CACHE ***/ user_pref("browser.cache.memory.capacity", -1);