mirror of
https://github.com/arkenfox/user.js.git
synced 2025-02-23 19:03:56 +00:00
1003: add browser.cache.memory.capacity
#169
This commit is contained in:
parent
54cf998f78
commit
7d89436f27
1
user.js
1
user.js
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user