Bug 593426 - Increase image discard timer to two minutes. r,a2.0=joe

--HG--
extra : rebase_source : 1a05247ee48762636719c76ad91017da3ede5612
This commit is contained in:
Bobby Holley 2011-02-15 13:18:21 -08:00
parent 99a50a3910
commit c0f4b1162b

View File

@ -3203,7 +3203,7 @@ pref("image.mem.decodeondraw", false);
// Minimum timeout for image discarding (in milliseconds). The actual time in
// which an image must inactive for it to be discarded will vary between this
// value and twice this value.
pref("image.mem.min_discard_timeout_ms", 10000);
pref("image.mem.min_discard_timeout_ms", 120000);
// Chunk size for calls to the image decoders
pref("image.mem.decode_bytes_at_a_time", 200000);