Sfoglia il codice sorgente

1003: capacity no longer hidden

Thorin-Oakenpants 5 anni fa
parent
commit
301fcd059d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      user.js

+ 1 - 1
user.js

@@ -596,7 +596,7 @@ user_pref("browser.cache.disk.enable", false);
 /* 1003: disable memory cache
 /* capacity: -1=determine dynamically (default), 0=none, n=memory capacity in kilobytes ***/
    // user_pref("browser.cache.memory.enable", false);
-   // user_pref("browser.cache.memory.capacity", 0); // [HIDDEN PREF]
+   // user_pref("browser.cache.memory.capacity", 0);
 /* 1006: disable permissions manager from writing to disk [RESTART]
  * [NOTE] This means any permission changes are session only
  * [1] https://bugzilla.mozilla.org/967812 ***/