1003: add browser.cache.memory.capacity #169

This commit is contained in:
Thorin-Oakenpants 2017-07-14 04:39:31 +12:00 committed by GitHub
parent 54cf998f78
commit 7d89436f27

View File

@ -501,6 +501,7 @@ user_pref("browser.cache.disk_cache_ssl", false);
/* 1003: disable memory cache
* [NOTE] Not recommended due to performance issues ***/
// user_pref("browser.cache.memory.enable", false);
// user_pref("browser.cache.memory.capacity", 0); // (hidden pref)
/* 1004: disable offline cache ***/
user_pref("browser.cache.offline.enable", false);
/* 1005: disable fastback cache