chore: Update network preferences and buffers

This commit is contained in:
Mauro Balades
2024-08-18 11:56:34 +02:00
parent 3783625818
commit 8c6b26b6f9

View File

@@ -47,6 +47,12 @@ pref("network.http.pacing.requests.enabled", false);
pref("network.dnsCacheExpiration", 3600);
pref("network.http.max-persistent-connections-per-proxy", 48); // default=32
pref("network.websocket.max-connections", 400); // default=200
pref("network.ssl_tokens_cache_capacity", 32768);
pref("network.buffer.cache.size", 262144);
pref("network.buffer.cache.count", 128);
pref("network.dnsCacheEntries", 20000);
pref("network.dnsCacheExpirationGracePeriod", 240);
/** MIXED CONTENT + CROSS-SITE ***/
pref("pdfjs.enableScripting", false);