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

remove media cache pref

This commit is contained in:
yokoffing
2022-11-30 09:26:41 -05:00
committed by GitHub
parent 14f27cd5f8
commit b7e389eec4
-1
View File
@@ -259,7 +259,6 @@ user_pref("image.mem.decode_bytes_at_a_time", 131072);
user_pref("image.mem.shared.unmap.min_expiration_ms", 120000);
user_pref("media.memory_cache_max_size", 1048576);
user_pref("media.memory_caches_combined_limit_kb", 2560000);
user_pref("media.cache_size", 2048000);
user_pref("media.cache_readahead_limit", 9000);
user_pref("media.cache_resume_threshold", 6000);