mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 624454 - Increase horizontal cache. [r=mfinkle]
This commit is contained in:
parent
c964a59ca3
commit
545529f696
@ -49,7 +49,7 @@
|
||||
// viewport height is 500
|
||||
// => display port height will be 500 * 1.5 = 750
|
||||
//
|
||||
pref("toolkit.browser.cacheRatioWidth", 1100);
|
||||
pref("toolkit.browser.cacheRatioWidth", 2000);
|
||||
pref("toolkit.browser.cacheRatioHeight", 2000);
|
||||
|
||||
// How long before a content view (a handle to a remote scrollable object)
|
||||
|
Loading…
Reference in New Issue
Block a user