Skip to content

Commit fd40c49

Browse files
author
github-actions
committed
update MD by dispatch event pingcap/docs release-7.1
1 parent 2ece45f commit fd40c49

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

markdown-pages/en/tidb/release-7.1/tidb-configuration-file.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,10 +686,14 @@ Configuration items related to opentracing.reporter.
686686

687687
### `grpc-compression-type`
688688

689-
- Specifies the compression type used for data transfer between TiDB and TiKV nodes. The default value is `"none"`, which means no compression. To enable the gzip compression, set this value to `"gzip"`.
689+
- Specifies the compression type used for data transfer from TiDB nodes to TiKV nodes. The default value is `"none"`, which means no compression. To enable the gzip compression, set this value to `"gzip"`.
690690
- Default value: `"none"`
691691
- Value options: `"none"`, `"gzip"`
692692

693+
> **Note:**
694+
>
695+
> The compression algorithm for response messages returned from TiKV nodes to TiDB nodes is controlled by the TiKV configuration item [`grpc-compression-type`](/tikv-configuration-file.md#grpc-compression-type).
696+
693697
### `commit-timeout`
694698

695699
- The maximum timeout when executing a transaction commit.

markdown-pages/en/tidb/release-7.1/tikv-configuration-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ This document only describes the parameters that are not included in command-lin
138138

139139
### `grpc-compression-type`
140140

141-
+ The compression algorithm for gRPC messages
141+
+ The compression algorithm for gRPC messages. It affects gRPC messages between TiKV nodes. Starting from v6.5.11 and v7.1.6, it also affects gRPC response messages sent from TiKV to TiDB.
142142
+ Optional values: `"none"`, `"deflate"`, `"gzip"`
143143

144144
> **Note:**

0 commit comments

Comments
 (0)