From 30067aa8ee4764a58da205efee47545c4b606169 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 4 Oct 2025 09:14:11 +0300 Subject: [PATCH] firefox: allow unloading tabs faster --- etc/firefox/policies/policies.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index bcffac83..f79be99e 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -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",