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:
parent
dbd1674956
commit
1bb663bbef
@ -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);
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user