From 4d23050c740d6b773aedaf3c659166e64447fdd5 Mon Sep 17 00:00:00 2001 From: "system32.eth" <23362597+Raecaug@users.noreply.github.com> Date: Wed, 3 Jan 2024 09:14:15 -0500 Subject: [PATCH] Update Fastfox.js (#269) Missing closing quote on variable --- Fastfox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fastfox.js b/Fastfox.js index a629435..c5784e3 100644 --- a/Fastfox.js +++ b/Fastfox.js @@ -201,7 +201,7 @@ user_pref("content.notify.interval", 100000); // (.10s); default=120000 (.12s) // [1] https://searchfox.org/mozilla-release/source/modules/libpref/init/StaticPrefList.yaml#1092-1096 // 0 = once-per-session // 3 = when-appropriate/automatically (default) -//user_pref("browser.cache.check_doc_frequency, 3); // DEFAULT +//user_pref("browser.cache.check_doc_frequency", 3); // DEFAULT // PREF: enforce free space checks // When smartsizing is disabled, we could potentially fill all disk space by