From 5cd4e9e3e56dd0f56e6b5da8ab21a7f19717c167 Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Mon, 1 Jun 2026 13:50:19 -0400 Subject: [PATCH] image cache new default --- Fastfox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fastfox.js b/Fastfox.js index 5fef470..c105ce5 100644 --- a/Fastfox.js +++ b/Fastfox.js @@ -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?]