Skip to content

Commit

Permalink
add max-grpc-send-msg-len configuration (#6662) (#6956)
Browse files Browse the repository at this point in the history
* add `max-grpc-send-msg-len` configuration

* Update tikv-configuration-file.md

Co-authored-by: en-jin19 <[email protected]>
Co-authored-by: TomShawn <[email protected]>
  • Loading branch information
3 people authored Nov 25, 2021
1 parent a3912cf commit d941235
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tikv-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,13 @@ This document only describes the parameters that are not included in command-lin
+ Default: `1`
+ Minimum value: `1`

### `max-grpc-send-msg-len`

+ Sets the maximum length of a gRPC message that can be sent
+ Default: `10485760`
+ Unit: Bytes
+ Maximum value: `2147483647`

### `grpc-stream-initial-window-size`

+ The window size of the gRPC stream
Expand Down

0 comments on commit d941235

Please sign in to comment.