Skip to content

Commit

Permalink
config-template: add server.max-grpc-send-msg-len to template (tikv…
Browse files Browse the repository at this point in the history
…#10181)

* config-template: add `server.max-grpc_send_msg_len` to template

Signed-off-by: 5kbpers <[email protected]>

* address comments

Signed-off-by: 5kbpers <[email protected]>

Co-authored-by: qupeng <[email protected]>
  • Loading branch information
5kbpers and hicqu authored May 21, 2021
1 parent 363e92d commit c2f2be4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions etc/config-template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@
## Time to wait before closing the connection without receiving KeepAlive ping Ack.
# grpc-keepalive-timeout = "3s"

## Set maximum message length in bytes that gRPC can send. `-1` means unlimited.
# max-grpc-send-msg-len = 10485760

## How many snapshots can be sent concurrently.
# concurrent-send-snap-limit = 32

Expand Down

0 comments on commit c2f2be4

Please sign in to comment.