mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
For bug 80890. Changing default cache sizes to 50,000 k for disk, and 4096 k for memory, as per discussion with PDT. sr=hyatt.
This commit is contained in:
parent
1762b66f14
commit
ee65d9988a
@ -27,8 +27,8 @@ pref("network.hosts.smtp_server", "localhost");
|
||||
pref("network.hosts.pop_server", "pop");
|
||||
pref("mail.check_new_mail", true);
|
||||
pref("browser.startup.license_accepted", "");
|
||||
pref("browser.cache.memory_cache_size", 3000);
|
||||
pref("browser.cache.disk_cache_size", 5000);
|
||||
pref("browser.cache.memory_cache_size", 4096);
|
||||
pref("browser.cache.disk_cache_size", 50000);
|
||||
pref("browser.ncols", 0);
|
||||
pref("browser.installcmap", false);
|
||||
pref("browser.drag_out_of_frame_style", 1);
|
||||
|
Loading…
Reference in New Issue
Block a user