fix for #8717. performance is good enough to bump this back to 500.

still more work to be done, as this is a per-server pref now, I think.


git-svn-id: svn://10.0.0.236/trunk@52193 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%netscape.com 1999-10-29 04:49:41 +00:00
parent dbd1674956
commit 1bb663bbef
2 changed files with 2 additions and 4 deletions

View File

@ -169,8 +169,7 @@ localDefPref("news.window_rect", "-1,-1,-1,-1");
pref("news.fcc_folder", "");
pref("news.notify.on", true);
pref("news.notify.size", 1000);
// was 500. this is only until we fix performance in 5.0
pref("news.max_articles", 50);
pref("news.max_articles", 500);
pref("news.abbreviate_pretty_names", 0);
pref("news.mark_old_read", false);
pref("news.server_is_secure", false);

View File

@ -169,8 +169,7 @@ localDefPref("news.window_rect", "-1,-1,-1,-1");
pref("news.fcc_folder", "");
pref("news.notify.on", true);
pref("news.notify.size", 1000);
// was 500. this is only until we fix performance in 5.0
pref("news.max_articles", 50);
pref("news.max_articles", 500);
pref("news.abbreviate_pretty_names", 0);
pref("news.mark_old_read", false);
pref("news.server_is_secure", false);