bug 481566. Adjust content sink prefs to make browser more responsive while pages are loading. r=mfinkle

This commit is contained in:
Stuart Parmenter 2009-03-05 12:18:42 -08:00
Родитель 3d5a6ae61f
Коммит d96ab69083
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -266,3 +266,8 @@ pref("plugins.enabled", true);
pref("layout.css.dpi", 96);
pref("javascript.options.jit.content", false);
#endif
// content sink control -- controls responsiveness during page load
pref("content.max.deflected.tokens", 10);
pref("content.max.tokenizing.time", 50000);