1
1
Fork 0
mirror of https://github.com/arkenfox/user.js.git synced 2024-05-23 04:46:09 +02:00

1004: remove setup tag

IDK if this is true: no one has ever complained, and I'm not interested in maintaining/testing it
This commit is contained in:
Thorin-Oakenpants 2021-08-26 05:55:11 +00:00 committed by GitHub
parent 5ec4fef4ed
commit 64e8dfad0a
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -453,8 +453,6 @@ user_pref("media.memory_cache_max_size", 65536);
user_pref("browser.sessionstore.privacy_level", 2);
/* 1004: set the minimum interval between session save operations
* Increasing this can help on older machines and some websites, as well as reducing writes [1]
* [SETUP-CHROME] This can affect entries in "Recently Closed Tabs": i.e. the
* longer the interval the more chance a quick tab open/close won't be captured
* [1] https://bugzilla.mozilla.org/1304389 ***/
user_pref("browser.sessionstore.interval", 30000); // [DEFAULT: 15000]
/* 1005: disable automatic Firefox start and session restore after reboot [FF62+] [WINDOWS]