diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-01-14 15:07:15 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-01-14 15:07:15 +0100 |
commit | d2fa1ad9bff09652d473436e096c0040bfda1976 (patch) | |
tree | 2ad4d13caa7ddb0d3762521d247445fe0696ad81 /testing/marionette | |
parent | 45128acdbf7cba619b54784049629e3ca7c3b67a (diff) | |
download | aura-central-d2fa1ad9bff09652d473436e096c0040bfda1976.tar.gz |
No issue - Remove unused network.http.bypass-cachelock-threshold pref.
Diffstat (limited to 'testing/marionette')
-rw-r--r-- | testing/marionette/client/marionette_driver/geckoinstance.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testing/marionette/client/marionette_driver/geckoinstance.py b/testing/marionette/client/marionette_driver/geckoinstance.py index 174168ed2..c59cc2ace 100644 --- a/testing/marionette/client/marionette_driver/geckoinstance.py +++ b/testing/marionette/client/marionette_driver/geckoinstance.py @@ -77,8 +77,6 @@ class GeckoInstance(object): "marionette.defaultPrefs.enabled": True, "media.volume_scale": "0.01", - # Make sure the disk cache doesn't get auto disabled - "network.http.bypass-cachelock-threshold": 200000, # Do not prompt for temporary redirects "network.http.prompt-temp-redirect": False, # Disable speculative connections so they aren"t reported as leaking when they"re |