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:
Alex Ionescu 2023-03-27 07:17:56 +00:00
Родитель d81d3c9af5
Коммит f580576c9d
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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