1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 15:40:48 +05:30

edit RCWN title

This commit is contained in:
Hal
2024-03-21 10:21:59 -04:00
committed by GitHub
parent 96864acc29
commit 4775dbce89
+1 -1
View File
@@ -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.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 //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 // [ABOUT] about:networking#rcwn
// Firefox concurrently sends requests for cached resources to both the // Firefox concurrently sends requests for cached resources to both the
// local disk cache and the network server. The browser uses whichever // local disk cache and the network server. The browser uses whichever