From cbb9296b729a312ca9ea59ef53cf022994c31dff Mon Sep 17 00:00:00 2001 From: Yuchen Zeng Date: Wed, 18 Oct 2017 11:47:10 -0700 Subject: Change the default interval to 5 seconds --- doc/environment_variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/environment_variables.md') diff --git a/doc/environment_variables.md b/doc/environment_variables.md index 0163235d63..40af758f69 100644 --- a/doc/environment_variables.md +++ b/doc/environment_variables.md @@ -121,7 +121,7 @@ some configuration as environment variables that can be set. - ares - a DNS resolver based around the c-ares library * GRPC_CLIENT_CHANNEL_BACKUP_POLL_INTERVAL_MS - Default: 500 + Default: 5000 Declares the interval between two backup polls on client channels. These polls are run in the timer thread so that gRPC can process connection failures while there is no active polling thread. They help reconnect disconnected client -- cgit v1.2.3