mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 868441 - effectively disable bypass-cachelock-threshold on beta and release
bug 868441 - effectively disable bypass-cachelock-threshold on beta and release r=jduell
This commit is contained in:
parent
a7ede0548b
commit
b5bb5b7055
@ -1003,7 +1003,11 @@ 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_BUILD
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user