Skip to content

Commit

Permalink
Update user.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gunir committed Feb 18, 2024
1 parent 5420da7 commit dc28c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ user_pref("browser.ctrlTab.sortByRecentlyUsed", true);
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);

// Reduce disk read/write
user_pref("browser.sessionstore.idleDelay", 3600000);
//user_pref("browser.sessionstore.idleDelay", 3600000);
user_pref("browser.sessionstore.interval", 3600000);
//user_pref("browser.sessionstore.collect_zoom", false);
//user_pref("browser.sessionstore.privacy_level", 2);
Expand Down

0 comments on commit dc28c91

Please sign in to comment.