From d1eae44c24366d71ba2ec8978b9d23fe7f907fdf Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Sat, 26 Nov 2022 22:43:18 -0500 Subject: [PATCH] undo test --- Fastfox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fastfox.js b/Fastfox.js index 9fb7ae9..49f6af5 100644 --- a/Fastfox.js +++ b/Fastfox.js @@ -38,7 +38,7 @@ user_pref("browser.startup.preXulSkeletonUI", false); // PREF: set the minimum interval between session save operations // Increasing this can help on older machines and some websites, as well as reducing writes // [1] https://bugzilla.mozilla.org/1304389 -user_pref("browser.sessionstore.interval", 30000); // [DEFAULT: 15000] +//user_pref("browser.sessionstore.interval", 30000); // [DEFAULT: 15000] // PREF: OffscreenCanvas // [1] https://yashints.dev/blog/2019/05/11/offscreen-canvas