Skip to content

Commit

Permalink
1022: resume from crash=>inactive, closes #575
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorin-Oakenpants committed Dec 11, 2018
1 parent 7684e83 commit c6ebe36
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 @@ -694,7 +694,7 @@ user_pref("browser.cache.disk_cache_ssl", false);
* 0=everywhere, 1=unencrypted sites, 2=nowhere ***/
user_pref("browser.sessionstore.privacy_level", 2);
/* 1022: disable resuming session from crash ***/
user_pref("browser.sessionstore.resume_from_crash", false);
// user_pref("browser.sessionstore.resume_from_crash", false);
/* 1023: set the minimum interval between session save operations
* Increasing this can help on older machines and some websites, as well as reducing writes, see [1]
* Default is 15000 (15 secs). Try 30000 (30sec), 60000 (1min) etc
Expand Down

0 comments on commit c6ebe36

Please sign in to comment.