mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 481566. Adjust content sink prefs to make browser more responsive while pages are loading. r=mfinkle
This commit is contained in:
parent
9630579322
commit
5c263e373f
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user