From f51b32a3aabf6c9df8ee94991916490d36915838 Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Thu, 6 Nov 2025 15:49:20 -0500 Subject: [PATCH] remove duplicate pref --- Fastfox.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Fastfox.js b/Fastfox.js index a924a54..92c9137 100644 --- a/Fastfox.js +++ b/Fastfox.js @@ -56,7 +56,6 @@ user_pref("gfx.content.skia-font-cache-size", 32); // 32 MB; default=5; Chrome=2 //user_pref("content.notify.interval", 100000); // (.10s); default=120000 (.12s) //user_pref("content.max.tokenizing.time", 1000000); // (1.00s); alt=2000000; HIDDEN //user_pref("content.interrupt.parsing", true); // HIDDEN -//user_pref("content.notify.ontimer", true); // DEFAULT // PREF: UI responsiveness threshold //user_pref("content.switch.threshold", 300000); // HIDDEN; default= 750000; alt=500000