Add a global limit to the number of cached content viewers that scales with the amount of physical memory. Patch by Marria Nazif <marria@gmail.com>. Bug 292965, r=biesi, sr=me.

This commit is contained in:
bryner%brianryner.com 2006-07-29 08:48:27 +00:00
Родитель fb88e527ae
Коммит f17777db14
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -113,7 +113,6 @@ pref("browser.search.param.Google.1.default", "chrome://navigator/content/search
pref("browser.history.grouping", "day");
pref("browser.sessionhistory.max_entries", 50);
pref("browser.sessionhistory.max_viewers", 3);
// Tabbed browser
pref("browser.tabs.loadDivertedInBackground", false);