mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 746055 - On desktop, increase image.mem.max_decoded_image_kb to 250mb, effectively backing out bug 732820. r=joe, a=desktop-only
This commit is contained in:
parent
9e0fd17c76
commit
fde2cbc0cf
@ -1152,3 +1152,8 @@ pref("full-screen-api.enabled", true);
|
||||
// number of startup crashes that can occur before starting into safe mode automatically
|
||||
// (this pref has no effect if more than 6 hours have passed since the last crash)
|
||||
pref("toolkit.startup.max_resumed_crashes", 2);
|
||||
|
||||
// The maximum amount of decoded image data we'll willingly keep around (we
|
||||
// might keep around more than this, but we'll try to get down to this value).
|
||||
// (This is intentionally on the high side; see bug 746055.)
|
||||
pref("image.mem.max_decoded_image_kb", 256000);
|
||||
|
Loading…
Reference in New Issue
Block a user