Browse Source

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

Thorin-Oakenpants 7 năm trước cách đây
mục cha
commit
7d89436f27
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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