author | Valentin Gosu <valentin.gosu@gmail.com> |
Fri, 26 May 2017 10:59:16 +0300 | |
changeset 360770 | 44e41de60c48a94a004494dd48f57dd1d8c157d8 |
parent 360769 | 93f430463af9f2e366326e9083277f969e2d5237 |
child 360771 | 9104506c0a5eaac89b6c22c804c83ccee7d6e662 |
child 360800 | bdd2b6377f1d2d5fabbc2ed095b5e1c5950d8d4a |
child 360850 | b41746d5ccb44b20232b60d1c2a853f1547a256b |
child 361235 | 55d3640b8a2db961e50bcfe676e478a6bccfeccf |
push id | 31898 |
push user | cbook@mozilla.com |
push date | Fri, 26 May 2017 09:10:18 +0000 |
treeherder | mozilla-central@44e41de60c48 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | me, tomcat |
bugs | 1367365 |
milestone | 55.0a1 |
first release with | nightly mac
44e41de60c48
/
55.0a1
/
20170526030203
/
files
nightly win32
44e41de60c48
/
55.0a1
/
20170526030203
/
files
nightly win64
44e41de60c48
/
55.0a1
/
20170526030203
/
files
nightly linux32
nightly linux64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
releases | nightly mac
55.0a1
/
20170526030203
/
pushlog to previous
nightly win32
55.0a1
/
20170526030203
/
pushlog to previous
nightly win64
55.0a1
/
20170526030203
/
pushlog to previous
|
--- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -1678,17 +1678,17 @@ pref("network.http.enforce-framing.soft" // the network will exist in header array as empty string. Call SetHeader with // an empty value will still delete the header.(Bug 6699259) pref("network.http.keep_empty_response_headers_as_empty_string", true); // Max size, in bytes, for received HTTP response header. pref("network.http.max_response_header_size", 393216); // If we should attempt to race the cache and network -pref("network.http.rcwn.enabled", true); +pref("network.http.rcwn.enabled", false); pref("network.http.rcwn.cache_queue_normal_threshold", 8); pref("network.http.rcwn.cache_queue_priority_threshold", 2); // We might attempt to race the cache with the network only if a resource // is smaller than this size. pref("network.http.rcwn.small_resource_size_kb", 256); // The ratio of the transaction count for the focused window and the count of // all available active connections.