mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-10-05 04:57:21 +02:00
firefox: allow unloading tabs faster
This commit is contained in:
parent
c540f60b58
commit
30067aa8ee
@ -797,6 +797,12 @@
|
||||
"Type": "boolean",
|
||||
"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": {
|
||||
"Status": "locked",
|
||||
"Type": "boolean",
|
||||
|
Loading…
x
Reference in New Issue
Block a user