From 4775dbce8962f196586690a3d9df6c757e9487a8 Mon Sep 17 00:00:00 2001 From: Hal <11689349+yokoffing@users.noreply.github.com> Date: Thu, 21 Mar 2024 10:21:59 -0400 Subject: [PATCH] edit RCWN title --- Fastfox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fastfox.js b/Fastfox.js index 7aec2d7..dcaa094 100644 --- a/Fastfox.js +++ b/Fastfox.js @@ -165,7 +165,7 @@ user_pref("content.notify.interval", 100000); // (.10s); default=120000 (.12s) //user_pref("browser.cache.disk.capacity", 512000); // default=256000; size of disk cache; 1024000=1GB, 2048000=2GB //user_pref("browser.cache.disk.max_entry_size", 51200); // DEFAULT (50 MB); maximum size of an object in disk cache -// PREF: race condition of disk cache and network server [FF59+] +// PREF: Race Cache With Network (RCWN) [FF59+] // [ABOUT] about:networking#rcwn // Firefox concurrently sends requests for cached resources to both the // local disk cache and the network server. The browser uses whichever