зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1816545 - Speculative connections are disabled in performance test infrastructure r=perftest-reviewers,acreskey,sparky
Differential Revision: https://phabricator.services.mozilla.com/D173410
This commit is contained in:
Родитель
d81d3c9af5
Коммит
f580576c9d
|
@ -66,8 +66,6 @@ user_pref("media.libavcodec.allow-obsolete", true);
|
|||
user_pref("media.navigator.enabled", true);
|
||||
user_pref("media.navigator.permission.disabled", true);
|
||||
user_pref("media.peerconnection.enabled", true);
|
||||
// Disable speculative connections so they aren't reported as leaking when they're hanging around.
|
||||
user_pref("network.http.speculative-parallel-limit", 0);
|
||||
// Set places maintenance far in the future (the maximum time possible in an
|
||||
// int32_t) to avoid it kicking in during tests. The maintenance can take a
|
||||
// relatively long time which may cause unnecessary intermittents and slow down
|
||||
|
|
Загрузка…
Ссылка в новой задаче