You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unwilling to increase the interval substantially over the 25 second interval used now for session store writes (especially since this is over the Firefox default of 15), but we've reduced the size of them before by cutting down on the maximum window and tab undos, so I think we should now concentrate on history.
Proposal: reduce browser.sessionstore.max_serialize_back and browser.sessionstore.max_serialize_forward to 5 each (currently 10 and -1, i.e., no limit) for FPR5.
The text was updated successfully, but these errors were encountered:
I'm unwilling to increase the interval substantially over the 25 second interval used now for session store writes (especially since this is over the Firefox default of 15), but we've reduced the size of them before by cutting down on the maximum window and tab undos, so I think we should now concentrate on history.
Proposal: reduce
browser.sessionstore.max_serialize_back
andbrowser.sessionstore.max_serialize_forward
to 5 each (currently 10 and -1, i.e., no limit) for FPR5.The text was updated successfully, but these errors were encountered: