mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
No issue - Remove unused network.http.bypass-cachelock-threshold pref.
This commit is contained in:
parent
540e9c1500
commit
84818be343
3 changed files with 0 additions and 13 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue