Bug 1444975 - Switch to HTTP throttling v2 algorithm. r=valentin

--HG--
extra : amend_source : fcda726deb971ab73cd5df288af104064243351c
This commit is contained in:
Honza Bambas 2018-03-12 11:23:00 -04:00
parent 17a5e3cfc6
commit 0998499d37

View File

@ -2281,7 +2281,7 @@ pref("network.auth.private-browsing-sso", false);
// Control how throttling of http responses works - number of ms that each
// suspend and resume period lasts (prefs named appropriately)
pref("network.http.throttle.enable", true);
pref("network.http.throttle.version", 1);
pref("network.http.throttle.version", 2);
// V1 prefs
pref("network.http.throttle.suspend-for", 900);