user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 64e8dfad0a25806d6af480fb5e9f21f5934da6e9
parent 5ec4fef4ed6dc17db4f3f8d04d6d1d394e9145b2
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Thu, 26 Aug 2021 05:55:11 +0000

1004: remove setup tag

IDK if this is true: no one has ever complained, and I'm not interested in maintaining/testing it
Diffstat:
Muser.js | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/user.js b/user.js @@ -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]