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:
gordon%netscape.com 2001-05-23 01:12:55 +00:00
parent 1762b66f14
commit ee65d9988a

View File

@ -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);