1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 15:40:48 +05:30

Update Fastfox.js (#269)

Missing closing quote on variable
This commit is contained in:
system32.eth
2024-01-03 09:14:15 -05:00
committed by GitHub
parent 042bcc1c56
commit 4d23050c74
+1 -1
View File
@@ -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 // [1] https://searchfox.org/mozilla-release/source/modules/libpref/init/StaticPrefList.yaml#1092-1096
// 0 = once-per-session // 0 = once-per-session
// 3 = when-appropriate/automatically (default) // 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 // PREF: enforce free space checks
// When smartsizing is disabled, we could potentially fill all disk space by // When smartsizing is disabled, we could potentially fill all disk space by