Skip to content
Snippets Groups Projects
Commit f580576c authored by Alex Ionescu's avatar Alex Ionescu
Browse files

Bug 1816545 - Speculative connections are disabled in performance test...

Bug 1816545 - Speculative connections are disabled in performance test infrastructure r=perftest-reviewers,acreskey,sparky

Differential Revision: https://phabricator.services.mozilla.com/D173410
parent d81d3c9a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment