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

remove browser.cache.memory.capacity

This commit is contained in:
yokoffing
2022-11-30 11:24:41 -05:00
committed by GitHub
parent 1bdf238075
commit cd3a4c162b
-1
View File
@@ -82,7 +82,6 @@ user_pref("layers.gpu-process.force-enabled", true); // reinforce
user_pref("media.hardware-video-decoding.force-enabled", true); // reinforce
user_pref("network.http.http3.enable", false); // disable QUIC for faster upload speeds
user_pref("media.av1.enabled", false); // disable AV1 to force video hardware decoding
user_pref("browser.cache.memory.capacity", -1); // DEFAULT
/** DELETE IF NOT NIGHTLY ***/
user_pref("javascript.options.experimental.import_assertions", true);