Explorar o código

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

Thorin-Oakenpants %!s(int64=7) %!d(string=hai) anos
pai
achega
7d89436f27
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      user.js

+ 1 - 0
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