From 14160ac3be640d08ebbdacf89d2b63519e74fc85 Mon Sep 17 00:00:00 2001 From: Andrew Osmond Date: Wed, 9 May 2018 08:42:58 -0400 Subject: [PATCH] Bug 1460258 - Re-enable discarding of animated image frames. r=aosmond --- modules/libpref/init/all.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index 23efa870ff09..e5b91a187744 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -4511,7 +4511,7 @@ pref("toolkit.zoomManager.zoomValues", ".3,.5,.67,.8,.9,1,1.1,1.2,1.33,1.5,1.7,2 // The maximum size (in kB) that the aggregate frames of an animation can use // before it starts to discard already displayed frames and redecode them as // necessary. -pref("image.animated.decode-on-demand.threshold-kb", 4194303); +pref("image.animated.decode-on-demand.threshold-kb", 20480); // The minimum number of frames we want to have buffered ahead of an // animation's currently displayed frame.