Skip to content

Commit d1eae44

Browse files
authored
undo test
1 parent 0b1a7ac commit d1eae44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Fastfox.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ user_pref("browser.startup.preXulSkeletonUI", false);
3838
// PREF: set the minimum interval between session save operations
3939
// Increasing this can help on older machines and some websites, as well as reducing writes
4040
// [1] https://bugzilla.mozilla.org/1304389
41-
user_pref("browser.sessionstore.interval", 30000); // [DEFAULT: 15000]
41+
//user_pref("browser.sessionstore.interval", 30000); // [DEFAULT: 15000]
4242

4343
// PREF: OffscreenCanvas
4444
// [1] https://yashints.dev/blog/2019/05/11/offscreen-canvas

0 commit comments

Comments
 (0)