Bug 1613507 - [geckodriver] Don't set speculative-parallel-limit to 0 but leave it on its default value. r=whimboo,marionette-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D71071

--HG--
extra : moz-landing-system : lando
This commit is contained in:
sefeng 2020-04-15 21:36:08 +00:00
parent 7323697f18
commit 0324d16f3c

View File

@ -243,10 +243,6 @@ const RECOMMENDED_PREFS = new Map([
// Do not prompt for temporary redirects
["network.http.prompt-temp-redirect", false],
// Disable speculative connections so they are not reported as leaking
// when they are hanging around
["network.http.speculative-parallel-limit", 0],
// Do not automatically switch between offline and online
["network.manage-offline-status", false],