Increase tab unloader timeout from 20 to 40 minutes for improved performance

This commit is contained in:
mr. M
2025-01-26 21:59:41 +01:00
parent 26b3195bdd
commit 7077a01dad

View File

@@ -170,7 +170,7 @@ pref('zen.keyboard.shortcuts.disable-mainkeyset-clear', false); // for debugging
pref('zen.themes.updated-value-observer', false);
pref('zen.tab-unloader.enabled', true);
pref('zen.tab-unloader.timeout-minutes', 20);
pref('zen.tab-unloader.timeout-minutes', 40);
pref('zen.tab-unloader.excluded-urls', "example.com,example.org");
pref('zen.pinned-tab-manager.debug', false);