gecko-dev/build/pgo/prefs_override.js
Andreas Farre dfa8f6d79d Bug 1407207 - Make it possible to turn off budget throttling for pgo. r=ted
When generating the pgo profile the timeout background budget depletes
for build/pgo/index.html, due to the profiling build actually being
slower than ordinary builds. This defeats the purpose of budget, so
turn off background throttling with budget when generating the profile.
2017-10-12 14:57:36 +02:00

3 lines
117 B
JavaScript

// Turn off budget throttling for the profile server
user_pref("dom.timeout.enable_budget_timer_throttling", false);