Firefox Configuration Issue

faraway

Honorable
Oct 22, 2013
132
0
10,690
Firefox periodically deletes my history and i'm not talking about auto delete function. Every 2 months, it deletes everything except for past 1 month. So i only have March history for now and that will be deleted in May. Seems weird as there's nothing about this in settings. How to turn this off?
 
Solution
Firefox clears old history automatically so it doesn't degrade performance. Enter about:config into your URL bar. First, use the searchbar at the top for the word transient. This is what the value is currently set to (mine defaults to 104858). This is read-only variable. If you want to set it higher, right click on any entry and go to New>Integer. Enter name of places.history.expiration.max_pages and set the value to something higher than your current value.

I'm not exactly sure what browser.history.maxStateObjectSize is related to, but you may need to increase it as well. It's set (by default on my PC) to 2 bytes (65536)

Maximum for either entry is probably 2147483647 (maximum value of an integer).


pyro226

Distinguished
Sep 22, 2011
205
0
18,760
Firefox clears old history automatically so it doesn't degrade performance. Enter about:config into your URL bar. First, use the searchbar at the top for the word transient. This is what the value is currently set to (mine defaults to 104858). This is read-only variable. If you want to set it higher, right click on any entry and go to New>Integer. Enter name of places.history.expiration.max_pages and set the value to something higher than your current value.

I'm not exactly sure what browser.history.maxStateObjectSize is related to, but you may need to increase it as well. It's set (by default on my PC) to 2 bytes (65536)

Maximum for either entry is probably 2147483647 (maximum value of an integer).


 
Solution

faraway

Honorable
Oct 22, 2013
132
0
10,690


Thanks for the detailed answer. I think this should work, will see.