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 | 1392abe1def56308c0cee4ab834c3968040272b9 (patch) | |
tree | 2ad4d13caa7ddb0d3762521d247445fe0696ad81 /modules | |
parent | abf6fd8f2a6a9ba24e641f9965bc5bbb36477c85 (diff) | |
download | uxp-1392abe1def56308c0cee4ab834c3968040272b9.tar.gz |
No issue - Remove unused network.http.bypass-cachelock-threshold pref.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/libpref/init/all.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index e1da0386d4..64522fcaf5 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -1572,14 +1572,6 @@ pref("network.http.rendering-critical-requests-prioritization", true); // IPv6 connectivity. pref("network.http.fast-fallback-to-IPv4", true); -// The maximum amount of time the cache session lock can be held -// before a new transaction bypasses the cache. In milliseconds. -#ifdef RELEASE_OR_BETA -pref("network.http.bypass-cachelock-threshold", 200000); -#else -pref("network.http.bypass-cachelock-threshold", 250); -#endif - // Try and use SPDY when using SSL pref("network.http.spdy.enabled", true); pref("network.http.spdy.enabled.http2", true); |