gecko-dev/testing/profiles/profileserver/user.js

5 строки
180 B
JavaScript

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