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

image cache new default

This commit is contained in:
yokoffing
2026-06-01 13:50:19 -04:00
committed by GitHub
parent bf164334c9
commit 5cd4e9e3e5
+1 -1
View File
@@ -338,7 +338,7 @@ user_pref("media.cache_resume_threshold", 1800); // 5 min; default=30; when a ne
****************************************************************************/
// PREF: image cache
//user_pref("image.cache.size", 10485760); // (cache images up to 10MiB in size) [DEFAULT 5242880]
//user_pref("image.cache.size", 20971520); // (cache images up to 20 MiB in size) [DEFAULT]
user_pref("image.mem.decode_bytes_at_a_time", 32768); // default=16384; chunk size for calls to the image decoders
//user_pref("image.mem.max_decoded_image_kb", 512000); // 500MB [HIDDEN OR REMOVED?]