зеркало из https://github.com/mozilla/pjs.git
Bug 448073: Figure out best cache values for Fennec on n8x0 devices (fix broken pref), r=breakage
This commit is contained in:
Родитель
5641a077df
Коммит
bbc733e6b4
|
@ -64,7 +64,7 @@ pref("browser.cache.memory.enable", true);
|
|||
pref("browser.cache.memory.capacity", 1024); // kilobytes
|
||||
|
||||
/* image cache prefs */
|
||||
pref("image.cache.size", 1048576) // bytes
|
||||
pref("image.cache.size", 1048576); // bytes
|
||||
|
||||
/* offline cache prefs */
|
||||
pref("browser.cache.offline.enable", true);
|
||||
|
|
Загрузка…
Ссылка в новой задаче