From ff39b8087370ed9520d922b87734cc7c58f52504 Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Mon, 6 Oct 2025 16:53:16 -0400 Subject: [PATCH] comment out content.notify.interval --- Fastfox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fastfox.js b/Fastfox.js index b1488a7..1201fea 100644 --- a/Fastfox.js +++ b/Fastfox.js @@ -47,7 +47,7 @@ // [1] https://searchfox.org/mozilla-central/rev/c1180ea13e73eb985a49b15c0d90e977a1aa919c/modules/libpref/init/StaticPrefList.yaml#1824-1834 // [2] https://web.archive.org/web/20240115073722/https://dev.opera.com/articles/efficient-javascript/?page=3#reflow // [3] https://web.archive.org/web/20240115073722/https://dev.opera.com/articles/efficient-javascript/?page=3#smoothspeed -user_pref("content.notify.interval", 100000); // (.10s); default=120000 (.12s) +//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