#446: fine, eat your placebo and enjoy it

This commit is contained in:
Cameron Kaiser 2019-05-06 20:04:52 -07:00
parent 54aa2d7cc1
commit f6dd8303f6
1 changed files with 2 additions and 2 deletions

View File

@ -2462,9 +2462,9 @@ pref("layout.testing.overlay-scrollbars.always-visible", false);
pref("layout.interruptible-reflow.enabled", true);
// pref to control browser frame rate, in Hz. A value <= 0 means choose
// automatically based on knowledge of the platform (or 60Hz if no platform-
// automatically based on knowledge of the platform (or 30Hz if no platform-
// specific information is available).
pref("layout.frame_rate", -1);
pref("layout.frame_rate", 30); // whyyyyyyyyy
// pref to dump the display list to the log. Useful for debugging drawing.
pref("layout.display-list.dump", false);