From 47296c3db761cc397fdcdfa1e9ed147d3cd02adc Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Mon, 26 Dec 2022 14:39:05 -0500 Subject: [PATCH] default: "browser.cache.memory.capacity", -1 --- Fastfox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fastfox.js b/Fastfox.js index 320cf79..200f69f 100644 --- a/Fastfox.js +++ b/Fastfox.js @@ -204,7 +204,7 @@ user_pref("media.cache_resume_threshold", 6000); // default=30; when a network c // PREF: increase memory cache size // [1] https://www.makeuseof.com/tag/how-much-data-does-youtube-use/ -user_pref("browser.cache.memory.capacity", -1); // enforce DEFAULT; 256000=256MB, 512000=512MB, 1024000=1GB, 2097152=2GB, 5242880=5GB, 8388608=8GB +//user_pref("browser.cache.memory.capacity", -1); // DEFAULT; 256000=256MB, 512000=512MB, 1024000=1GB, 2097152=2GB, 5242880=5GB, 8388608=8GB user_pref("browser.cache.memory.max_entry_size", 153600); // alt=51200; preferred=327680 ; -1 -> entries bigger than than 90% of the mem-cache are never cached /****************************************************************************