aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/environment_variables.md
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2016-11-18 01:06:57 -0800
committerGravatar Yuchen Zeng <zyc@google.com>2016-11-18 01:17:10 -0800
commit9e4c8eb8e84123d275bc72f048c96cb1f8ce5acc (patch)
tree3b846436bf39d952977c3367003a96a28499ee02 /doc/environment_variables.md
parent224870ec5ee836a07bb301713973fb536db0040d (diff)
Address review comments
Diffstat (limited to 'doc/environment_variables.md')
-rw-r--r--doc/environment_variables.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/environment_variables.md b/doc/environment_variables.md
index 11ac890cd5..6c13015baa 100644
--- a/doc/environment_variables.md
+++ b/doc/environment_variables.md
@@ -68,6 +68,6 @@ some configuration as environment variables that can be set.
* GRPC_DNS_RESOLVER
Declares which DNS resolver to use. Available DNS resolver include:
- - ares - a DNS resolver based around the c-ares library
+ - ares (default) - a DNS resolver based around the c-ares library
- native - a DNS resolver based around getaddrinfo(), creates a new thread to
perform name resolution