From 3ef60c09887d433d6421121ea867f6103d7727ce Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Fri, 16 Jan 2026 15:12:33 -0500 Subject: [PATCH] gfx.canvas.accelerated.cache-size too large --- Fastfox.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Fastfox.js b/Fastfox.js index 698153e..965246c 100644 --- a/Fastfox.js +++ b/Fastfox.js @@ -142,8 +142,8 @@ // [2] https://github.com/yokoffing/Betterfox/issues/153 // [3] https://github.com/yokoffing/Betterfox/issues/198 //user_pref("gfx.canvas.accelerated", true); // [DEFAULT FF133+] - //user_pref("gfx.canvas.accelerated.cache-items", 32768); // [default=8192 FF135+]; Chrome=4096 - //user_pref("gfx.canvas.accelerated.cache-size", 4096); // default=256; Chrome=512 + //user_pref("gfx.canvas.accelerated.cache-items", 4096); // [default=8192 FF135+]; Chrome=4096 + //user_pref("gfx.canvas.accelerated.cache-size", 512); // default=256; Chrome=512 //user_pref("gfx.canvas.max-size", 32767); // DEFAULT=32767 // PREF: WebGL