Bug 666321 - Discard decoded images faster [r=mbrubeck]

This commit is contained in:
Mark Finkle 2011-06-22 14:16:09 -04:00
parent 0f65546f54
commit 9390e6fb85

View File

@ -583,7 +583,7 @@ pref("widget.ime.android.fullscreen_threshold", 250); // in hundreths of inches
// optimize images memory usage
pref("image.mem.decodeondraw", true);
pref("content.image.allow_locking", false);
pref("image.mem.min_discard_timeout_ms", 20000);
pref("image.mem.min_discard_timeout_ms", 10000);
// enable touch events interfaces
pref("dom.w3c_touch_events.enabled", true);