From d9412355aac8fad465aeccae0d7805381ec23667 Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Thu, 25 Nov 2021 13:24:15 +0800 Subject: [PATCH] add `max-grpc-send-msg-len` configuration (#6662) (#6956) * add `max-grpc-send-msg-len` configuration * Update tikv-configuration-file.md Co-authored-by: en-jin19 Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com> --- tikv-configuration-file.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tikv-configuration-file.md b/tikv-configuration-file.md index 9e24453c4ea34..fb8ff54979712 100644 --- a/tikv-configuration-file.md +++ b/tikv-configuration-file.md @@ -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