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

uncomment server_interval

This commit is contained in:
yokoffing
2022-11-26 22:38:23 -05:00
parent be4ab0d1b9
commit 0b1a7ac2d1
+1 -1
View File
@@ -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