firefox: allow unloading tabs faster

This commit is contained in:
Aminda Suomalainen 2025-10-04 09:14:11 +03:00
parent c540f60b58
commit 30067aa8ee
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -797,6 +797,12 @@
"Type": "boolean", "Type": "boolean",
"Value": true "Value": true
}, },
"browser.tabs.min_inactive_duration_before_unload": {
"Comment": "Presumed to be ms, allow tabs to be unloaded after one minute of inactivity (default ten)",
"Status": "default",
"Type": "number",
"Value": 60000
},
"browser.tabs.unloadOnLowMemory": { "browser.tabs.unloadOnLowMemory": {
"Status": "locked", "Status": "locked",
"Type": "boolean", "Type": "boolean",