Prevent DNS/TCP connections in snapshots
This commit is contained in:
parent
b250aed79d
commit
66d83ec4c8
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@ pref("javascript.options.showInConsole", true);
|
|||
|
||||
// Don't retrieve unrequested links when performing standalone translation
|
||||
pref("network.prefetch-next", false);
|
||||
// Don't make DNS requests for links in snapshots
|
||||
pref("network.dns.disablePrefetch", true);
|
||||
// Don't open TCP connection when clicking on a link in a snapshot
|
||||
pref("network.http.speculative-parallel-limit", 0);
|
||||
|
||||
// Let operations run as long as necessary
|
||||
pref("dom.max_chrome_script_run_time", 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue