From 6d87315b29c4f482ce9aacae7163540b5893c4fb Mon Sep 17 00:00:00 2001 From: Michal Novotny Date: Sat, 18 Nov 2017 11:31:06 +0100 Subject: [PATCH] Bug 1392841 - Enable RCWN on Nightly, r=valentin --- modules/libpref/init/all.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index 9c5ef5ac9bc6..315422a6e225 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -1821,7 +1821,7 @@ pref("network.http.enforce-framing.soft", true); pref("network.http.max_response_header_size", 393216); // If we should attempt to race the cache and network -pref("network.http.rcwn.enabled", false); +pref("network.http.rcwn.enabled", true); 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