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

Update user.js

This commit is contained in:
yokoffing
2022-12-04 12:07:17 -05:00
committed by GitHub
parent 9603397a98
commit 9c80d3aa4d
+1 -1
View File
@@ -231,6 +231,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("browser.startup.preXulSkeletonUI", false); user_pref("browser.startup.preXulSkeletonUI", false);
/** EXPERIMENTAL ***/ /** 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.memory_caches_combined_limit_kb", 2560000);
user_pref("media.cache_readahead_limit", 9000); user_pref("media.cache_readahead_limit", 9000);
user_pref("media.cache_resume_threshold", 6000); user_pref("media.cache_resume_threshold", 6000);
user_pref("content.notify.interval", 360000);
/** BROWSER CACHE ***/ /** BROWSER CACHE ***/
user_pref("browser.cache.memory.capacity", -1); user_pref("browser.cache.memory.capacity", -1);