mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 627215 - Enable browser.sessionhistory.optimize_eviction. r=smaug
This commit is contained in:
parent
ba1bdecf39
commit
be066ffae7
@ -105,7 +105,7 @@ pref("dom.indexedDB.warningQuota", 50);
|
||||
// of content viewers to cache based on the amount of available memory.
|
||||
pref("browser.sessionhistory.max_total_viewers", -1);
|
||||
|
||||
pref("browser.sessionhistory.optimize_eviction", false);
|
||||
pref("browser.sessionhistory.optimize_eviction", true);
|
||||
|
||||
pref("ui.use_native_colors", true);
|
||||
pref("ui.use_native_popup_windows", false);
|
||||
|
Loading…
Reference in New Issue
Block a user