aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/environment_variables.md
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2017-08-24 15:34:52 -0700
committerGravatar Yuchen Zeng <zyc@google.com>2017-08-24 15:34:52 -0700
commitddaef3e32581ef9c3078f402d2a08d7dcc781272 (patch)
tree2452f6117183bf07dcb4ebf9e67e39bf7359e042 /doc/environment_variables.md
parentf1d50983ae61fe0be7a284b4cbd0beb287b0f6a8 (diff)
Remove non-POD global variables
Diffstat (limited to 'doc/environment_variables.md')
-rw-r--r--doc/environment_variables.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/environment_variables.md b/doc/environment_variables.md
index bb351cbdcc..0123f3f25d 100644
--- a/doc/environment_variables.md
+++ b/doc/environment_variables.md
@@ -118,4 +118,6 @@ some configuration as environment variables that can be set.
The channel connectivity watcher uses one extra thread to check the channel
state every 500 ms on the client side. It can help reconnect disconnected
client channels (mostly due to idleness), so that the next RPC on this channel
- won't fail. Set to 1 to turn off this watcher and save a thread.
+ won't fail. Set to 1 to turn off this watcher and save a thread. Please note
+ this is a temporary work-around, it will be removed in the future once we have
+ support for automatically reestablishing failed connections.