Bug 627215 - Enable browser.sessionhistory.optimize_eviction. r=smaug

This commit is contained in:
Alon Zakai 2011-04-29 16:50:12 -07:00
parent ba1bdecf39
commit be066ffae7

View File

@ -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);