Skip to content

Commit

Permalink
#446: fine, eat your placebo and enjoy it
Browse files Browse the repository at this point in the history
  • Loading branch information
classilla committed May 7, 2019
1 parent 54aa2d7 commit f6dd830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/libpref/init/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f6dd830

Please sign in to comment.