diff options
Diffstat (limited to 'modules/libpref')
-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 e1da0386d..64522fcaf 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); |