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

add browser.cache.memory.capacity

This commit is contained in:
yokoffing
2022-11-30 11:24:18 -05:00
committed by GitHub
parent 00c018e4ae
commit 2003c8d989
+1
View File
@@ -255,6 +255,7 @@ user_pref("media.cache_readahead_limit", 9000);
user_pref("media.cache_resume_threshold", 6000);
/** CACHE ***/
user_pref("browser.cache.memory.capacity", -1);
user_pref("browser.cache.memory.max_entry_size", 153600);
/** NETWORK ***/