зеркало из https://github.com/mozilla/pjs.git
Bug 645848 - Enable disk cache in fennec. r=dougt
This commit is contained in:
Родитель
c55ac14a2b
Коммит
43e4bfb5f2
|
@ -90,8 +90,8 @@ pref("ui.scrollbarsCanOverlapContent", 1);
|
|||
pref("ui.click_hold_context_menus", true);
|
||||
|
||||
/* cache prefs */
|
||||
pref("browser.cache.disk.enable", false);
|
||||
pref("browser.cache.disk.capacity", 0); // kilobytes
|
||||
pref("browser.cache.disk.enable", true);
|
||||
pref("browser.cache.disk.capacity", 10240); // kilobytes
|
||||
pref("browser.cache.disk.smart_size.enabled", false);
|
||||
pref("browser.cache.disk.smart_size.first_run", false);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче