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

adjust media memory cache

This commit is contained in:
HJ
2023-08-30 11:06:43 -04:00
committed by GitHub
parent fd0f341da5
commit dfce923d85
+1 -2
View File
@@ -37,8 +37,7 @@ user_pref("gfx.content.skia-font-cache-size", 20);
user_pref("browser.cache.disk.enable", false); user_pref("browser.cache.disk.enable", false);
/** MEDIA CACHE ***/ /** MEDIA CACHE ***/
user_pref("media.memory_cache_max_size", 196608); user_pref("media.memory_cache_max_size", 65536);
user_pref("media.memory_caches_combined_limit_kb", 1572864);
user_pref("media.cache_readahead_limit", 7200); user_pref("media.cache_readahead_limit", 7200);
user_pref("media.cache_resume_threshold", 3600); user_pref("media.cache_resume_threshold", 3600);