mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-28 23:56:11 +00:00
chore: Update DNS thread count in better-fox.js
This commit is contained in:
@@ -49,9 +49,6 @@ 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", 10240);
|
||||
|
||||
// PREF: the number of threads for DNS
|
||||
pref("network.dns.max_high_priority_threads", 8); // default=5
|
||||
|
||||
/** EXPERIMENTAL ***/
|
||||
pref("layout.css.grid-template-masonry-value.enabled", true);
|
||||
pref("dom.enable_web_task_scheduling", true);
|
||||
|
||||
Reference in New Issue
Block a user