aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-01-12 14:30:15 -0800
committerGravatar GitHub <noreply@github.com>2018-01-12 14:30:15 -0800
commit0ee6c7343f0c560209990231d20106ffe87985ca (patch)
treed28e128a5ca2b4350d55a39b3a721a7a2840a053 /doc
parent9490b0e6bdc324b0f875abbcd1651fdb3a67cd39 (diff)
parent157815d5cd5fc257d568bcfa87baa18325608000 (diff)
Merge pull request #13289 from ncteisen/flow-control-part4
Virtual Flow Control
Diffstat (limited to 'doc')
-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