Bump version v9.6.3-rc1
This commit is contained in:
parent
b2df9e2d29
commit
8e4db44744
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@ impl DnsResolver {
|
||||||
// https://github.com/hickory-dns/hickory-dns/issues/1968
|
// https://github.com/hickory-dns/hickory-dns/issues/1968
|
||||||
#[cfg(target_os = "windows")]
|
#[cfg(target_os = "windows")]
|
||||||
{
|
{
|
||||||
opts.num_concurrent_reqs = 20;
|
opts.cache_size = 1024;
|
||||||
|
opts.num_concurrent_reqs = cfg.name_servers().len();
|
||||||
}
|
}
|
||||||
return Ok(Self::TrustDns(hickory_resolver::AsyncResolver::tokio(cfg, opts)));
|
return Ok(Self::TrustDns(hickory_resolver::AsyncResolver::tokio(cfg, opts)));
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue