зеркало из https://github.com/mozilla/pjs.git
bug 481566. Adjust content sink prefs to make browser more responsive while pages are loading. r=mfinkle
This commit is contained in:
Родитель
3d5a6ae61f
Коммит
d96ab69083
|
@ -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);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче