From 0b1a7ac2d1f754b4a017daee396c5628297115ff Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Sat, 26 Nov 2022 22:38:23 -0500 Subject: [PATCH] uncomment server_interval --- Fastfox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fastfox.js b/Fastfox.js index 49f6af5..9fb7ae9 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