Skip to content

Commit 6e97613

Browse files
authored
Fix reference fromtrust-dns-resolver to hickory-resolver (#1472)
1 parent c86421b commit 6e97613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ In order to connect to a pre-4.2 Atlas instance that's M2 or bigger, the `openss
7878

7979
## Windows DNS note
8080

81-
On Windows, there is a known issue in the `trust-dns-resolver` crate, which the driver uses to perform DNS lookups, that causes severe performance degradation in resolvers that use the system configuration. Since the driver uses the system configuration by default, users are recommended to specify an alternate resolver configuration on Windows (e.g. `ResolverConfig::cloudflare()`) until that issue is resolved. This only has an effect when connecting to deployments using a `mongodb+srv` connection string.
81+
On Windows, there is a known issue in the `hickory-resolver` crate, which the driver uses to perform DNS lookups, that causes severe performance degradation in resolvers that use the system configuration. Since the driver uses the system configuration by default, users are recommended to specify an alternate resolver configuration on Windows (e.g. `ResolverConfig::cloudflare()`) until that issue is resolved. This only has an effect when connecting to deployments using a `mongodb+srv` connection string.
8282

8383
## Warning about timeouts / cancellation
8484

0 commit comments

Comments
 (0)