forked from mirrors/gecko-dev
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.
2 lines
117 B
JavaScript
2 lines
117 B
JavaScript
// Turn off budget throttling for the profile server
|
|
user_pref("dom.timeout.enable_budget_timer_throttling", false);
|