Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

Keep History Forever

  • 4 답장
  • 13 이 문제를 만남
  • 10 보기
  • 최종 답변자: shogunreaper

more options

How can i make firefox keep my browsing history forever?

Right now it only seems to keep 6 months, and i've tried changing settings but some of them keep reverting back

I've changed

browser.history_expire_days.mirror to 835

And I try to change places.history.expiration.transient_current_max_pages (It doesn't want to be changed from about:config, so i have to edit the prefs.js file) to 999999 but it always reverts back to 87200

Is there some setting that i'm not seeing that will stop firefox from deleting the history?

How can i make firefox keep my browsing history forever? Right now it only seems to keep 6 months, and i've tried changing settings but some of them keep reverting back I've changed browser.history_expire_days.mirror to 835 And I try to change places.history.expiration.transient_current_max_pages (It doesn't want to be changed from about:config, so i have to edit the prefs.js file) to 999999 but it always reverts back to 87200 Is there some setting that i'm not seeing that will stop firefox from deleting the history?

모든 댓글 (4)

more options

The browser.history_expire_days and browser.history_expire_days_min prefs have been removed in Firefox 4+ versions and replaced with a single places.history.enabled pref to remember history or disable the history.
You can reset no longer used browser.history_expire_days* prefs used by older Firefox versions on the about:config page and they will be removed on the next start of Firefox.

Current Firefox versions do not have a time limit for the history.
Firefox determines automatically how many pages can be kept without affecting the performance.
You can see the current value via the read-only pref places.history.expiration.transient_current_max_pages on the about:config page.

See Marco Bonardo's blog about this:

If history gets removed automatically then you may either reach this maximum page limit or you have cleanup software that remove it.

more options

I don't want to remove any of my history, i want to keep all of it. Why does firefox prevent me from doing that now? And why would history effect performance when all its doing is keeping tack of what i've visited in the past?

more options

If you visit a website then Firefox needs to check the history to see if you've visited the website before and adjust the visit count and this is also needed for things like suggestions in the location bar drop down list.
Having a large history would take time to process the history to do a specific query.

more options

That seems unnecessary, why check if you've been too it instead of just adding +1 to the visit count.

Seems like a very inefficient way of programming.