Bug 896250 - Set layers to 1 for android, since 20 causes reftest to fail. r=joe

This commit is contained in:
Dave Hylands 2013-07-25 12:41:13 -07:00
parent 0c56314e69
commit 7b957af952

View File

@ -551,7 +551,7 @@ pref("layers.low-precision-resolution", 250);
// 2) Pages that have too many layers consume too much memory and crash.
// By limiting the number of layers on mobile we're making the main thread
// work harder keep scrolling smooth and memory low.
pref("layers.max-active", 20);
pref("layers.max-active", 1);
pref("notification.feature.enabled", true);
pref("dom.webnotifications.enabled", true);