adding zstd to firefix settings

This commit is contained in:
2026-03-24 12:10:28 -04:00
parent 8f8177f36e
commit 1f06692696

View File

@@ -50,6 +50,7 @@
"network.http.max-connections" = 1800; "network.http.max-connections" = 1800;
"network.http.max-persistent-connections-per-server" = 10; "network.http.max-persistent-connections-per-server" = 10;
"network.http.max-urgent-start-excessive-connections-per-host" = 5; "network.http.max-urgent-start-excessive-connections-per-host" = 5;
"network.http.accept-encoding" = "gzip, deflate, br, zstd";
"network.http.pacing.requests.enabled" = false; "network.http.pacing.requests.enabled" = false;
"network.dnsCacheExpiration" = 3600; "network.dnsCacheExpiration" = 3600;
"network.dns.max_high_priority_threads" = 8; "network.dns.max_high_priority_threads" = 8;