Bug 597716 - Document pref values for max_concurrent_tabs [r=dietrich, a=NPOTB]

--HG--
extra : rebase_source : b176d2fd651446474b66b796ad09bd7e1859f115
This commit is contained in:
Paul O’Shannessy 2010-10-14 12:36:00 -07:00
parent 8704706327
commit b1181d9b4f

View File

@ -802,7 +802,11 @@ pref("browser.sessionstore.max_windows_undo", 3);
// number of crashes that can occur before the about:sessionrestore page is displayed
// (this pref has no effect if more than 6 hours have passed since the last crash)
pref("browser.sessionstore.max_resumed_crashes", 1);
// number of tabs to restore concurrently
// The number of tabs that can restore concurrently:
// < 0 = All tabs can restore at the same time
// 0 = Only the selected tab in each window will be restored
// Other tabs won't be restored until they are selected
// N = The number of tabs to restore at the same time
pref("browser.sessionstore.max_concurrent_tabs", 3);
// allow META refresh by default