aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/environment_variables.md
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-10-23 16:08:40 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2017-12-08 12:50:59 -0800
commit228089f7b87ac74e17c6d4470cb2ebf0371a0844 (patch)
treef1b396a860150047cced69e11268646d4edfed93 /doc/environment_variables.md
parent0aaee995a3202db07ac0c07b1fbfc863824ca13c (diff)
Add new env var
Diffstat (limited to 'doc/environment_variables.md')
-rw-r--r--doc/environment_variables.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/environment_variables.md b/doc/environment_variables.md
index 40af758f69..4796ad067d 100644
--- a/doc/environment_variables.md
+++ b/doc/environment_variables.md
@@ -127,3 +127,8 @@ some configuration as environment variables that can be set.
there is no active polling thread. They help reconnect disconnected client
channels (mostly due to idleness), so that the next RPC on this channel won't
fail. Set to 0 to turn off the backup polls.
+
+* GRPC_EXPERIMENTAL_DISABLE_FLOW_CONTROL
+ if set, flow control will be effectively disabled. Max out all values and
+ assume the remote peer does the same. Thus we can ignore any flow control
+ bookkeeping, error checking, and decision making