1022: resume from crash=>inactive, closes #575
This commit is contained in:
parent
7684e83aba
commit
c6ebe36165
2
user.js
2
user.js
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user