Skip to content

Commit

Permalink
[pref] Don't decode more than 24 images eagerly
Browse files Browse the repository at this point in the history
  • Loading branch information
rojkov committed Dec 12, 2014
1 parent 85a951a commit 403053d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions embedding/embedlite/embedding.js
Expand Up @@ -297,6 +297,7 @@ pref("media.preload.auto", 2); // preload metadata if preload=auto
pref("image.mem.decodeondraw", true);
pref("image.mem.allow_locking_in_content_processes", false);
pref("image.mem.min_discard_timeout_ms", 10000);
pref("image.onload.decode.limit", 24); /* don't decode more than 24 images eagerly */

// SimplePush
pref("services.push.enabled", false);
Expand Down

0 comments on commit 403053d

Please sign in to comment.