Skip to content

Commit

Permalink
1003: closes #772
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorin-Oakenpants authored Aug 21, 2019
1 parent 86bfdd1 commit 5166811
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,7 @@ user_pref("browser.cache.disk.enable", false);
* [1] http://kb.mozillazine.org/Browser.cache.disk_cache_ssl ***/
user_pref("browser.cache.disk_cache_ssl", false);
/* 1003: disable memory cache
/* capacity: -1=determine dynamically (default), 0=none, n=memory capacity in kilobytes
* [NOTE] Not recommended due to performance issues ***/
// user_pref("browser.cache.memory.enable", false);
// user_pref("browser.cache.memory.capacity", 0); // [HIDDEN PREF]
Expand Down

0 comments on commit 5166811

Please sign in to comment.