Browser.history expire visits: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(→‎Possible values and their effects: Modified default value)
(→‎Possible values and their effects: backed out previous change)
 
Line 5: Line 5:


==Possible values and their effects==
==Possible values and their effects==
A positive integer, specifying the maximum number of history entries (“visits”) the browser should keep when expiring old entries. Default value is '''40000'''.
A positive integer, specifying the maximum number of history entries (“visits”) the browser should keep when expiring old entries. Default value is '''20000'''.


==Caveats==
==Caveats==

Latest revision as of 12:48, 6 May 2008

Background

Mozilla keeps no more than a set number of entries in its browsing history. This helps performance by reducing the amount of information that must be kept in memory while the browser is running. This preference determined the maximum number of history entries the browser kept. It has since been renamed to browser.history_expire_sites, which behaves slightly differently.

Possible values and their effects

A positive integer, specifying the maximum number of history entries (“visits”) the browser should keep when expiring old entries. Default value is 20000.

Caveats

  • Even if there are fewer history entries than this preference specifies, history entries may expire based on their age, per browser.history_expire_days.

First checked in

2007-11-04 by Dietrich Ayala

Has an effect in

  • Mozilla Firefox (nightly builds from 2007-11-04 to 2007-12-05)

Related bugs

Related preferences