mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 11:01:40 +00:00
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.
This commit is contained in:
parent
e8d4ac6112
commit
c614d3d7c0
@ -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