Witam
mam pytanie, obecnie firefox zmienil wyglad 'opcji' nie pojawiają sie w nowym oknie, ale w nowej karcie z nowym wygladem, ale mocno ograniczonymi funkcjami, kiedys moja przegladarka pamietala wiele tygodni przeglądania dzis moge przejzec jedynie tydzien, i nie widze opcji by to zmienic, nawet w about:config nie ma juz opcji browser.history_expire
czy naprawde 7dni to maxymalny czas teraz?
pozdrawiam
historia tylko 7dni
Moderator: Pomocy?!
Posty: 3
• Strona 1 z 1
historia tylko 7dni
Przeglądarka: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0
- Jin
Odp: historia tylko 7dni
Przeglądarka: Mozilla/5.0 (Windows NT 5.1; rv:38.0) Gecko/20100101 Firefox/38.0
Stary wygląd opcji możesz przywrócić wartością: browser.preferences.inContent na false. A czy to ci da dłuższą historię? Chyba nie.
- Gość
Odp: historia tylko 7dni
Przeglądarka: Mozilla/5.0 (Windows NT 6.0; rv:41.0) Gecko/20100101 Firefox/41.0
Nic się nie zmieniło w komponencie historii od wielu wersji. Wielkość optymalnej wielkości historii jest obliczana dla danego systemu. Spokojnie może mieć pół roku w przeciętnym komputerze.
Sprawdź następujące opcje. Części z nich powinieneś nie mieć.
- Kod: Zaznacz cały
/* This component handles history and orphans expiration through asynchronous Storage statements.
* Expiration runs:
* - At idle, but just once, we stop any other kind of expiration during idle
* to preserve batteries in portable devices.
* - At shutdown, only if the database is dirty, we should still avoid to expire too heavily on shutdown.
* - On ClearHistory we run a full expiration for privacy reasons.
* - On a repeating timer we expire in small chunks.
*
* Expiration algorithm will adapt itself based on:
* - Memory size of the device.
* - Status of the database (clean or dirty).
*/
// We calculate an optimal database size, based on hardware specs.
// This percentage of memory size is used to protect against calculating a too
// large database size on systems with small memory.
const DATABASE_TO_MEMORY_PERC = 4;
// This percentage of disk size is used to protect against calculating a too
// large database size on disks with tiny quota or available space.
const DATABASE_TO_DISK_PERC = 2;
// Maximum size of the optimal database. High-end hardware has plenty of
// memory and disk space, but performances don't grow linearly.
const DATABASE_MAX_SIZE = 167772160; // 160MiB
// When history is clean or dirty enough we will adapt the expiration algorithm
// to be more lazy or more aggressive.
// This is done acting on the interval between expiration steps and the number
// of expirable items.
// 1. Clean history:
// We expire at (default interval * EXPIRE_AGGRESSIVITY_MULTIPLIER) the
// default number of entries.
// 2. Dirty history:
// We expire at the default interval, but a greater number of entries
// (default number of entries * EXPIRE_AGGRESSIVITY_MULTIPLIER).
const EXPIRE_AGGRESSIVITY_MULTIPLIER = 3;
Sprawdź następujące opcje. Części z nich powinieneś nie mieć.
- places.history.expiration.max_pages
- places.history.expiration.transient_current_max_pages
- places.history.expiration.interval_seconds
- dexter
- Moderator
- Posty: 8498
- Z nami od: 02 października 2004, 21:30
Posty: 3
• Strona 1 z 1
Kto jest online
Zarejestrowani użytkownicy: Baidu [Spider], Google [Bot]