From ddaef3e32581ef9c3078f402d2a08d7dcc781272 Mon Sep 17 00:00:00 2001 From: Yuchen Zeng Date: Thu, 24 Aug 2017 15:34:52 -0700 Subject: Remove non-POD global variables --- doc/environment_variables.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/environment_variables.md') 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. -- cgit v1.2.3