Hello. How to change the size of disk cache in Firefox quantum 69.0.2 or later ? I need more cache space for my tasks.
Earlier in the settings there was such an opportunity, now it is not. Through opportunity about:config I can not increase the size of disk /cache
Earlier in the settings there was such an opportunity, now it is not. Through opportunity about:config I can not increase the size of disk /cache
Избрано решение
You can increase the size of the disk cache via about:config (browser.cache.disk prefs). You need to disable automatic disk cache management.
- browser.cache.disk.smart_size.enabled = false
- browser.cache.disk.capacity (kB: 256000)
Всички отговори (2)
Избрано решение
You can increase the size of the disk cache via about:config (browser.cache.disk prefs). You need to disable automatic disk cache management.
- browser.cache.disk.smart_size.enabled = false
- browser.cache.disk.capacity (kB: 256000)
Thank you !!!!!!!!!