Skip to content

Commit

Permalink
Add a note about grpc-compression-type. (pingcap#6475) (pingcap#6617)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored and 3AceShowHand committed Jul 27, 2021
1 parent dacbb97 commit 536cc9e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tikv-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ TiKV 配置文件比命令行参数支持更多的选项。你可以在 [etc/con
+ gRPC 消息的压缩算法,取值:none, deflate, gzip。
+ 默认值:none

> **注意:**
>
> 取值为 `gzip` 时,部分 TiDB Dashboard 可能无法完成对应的压缩运算,会显示异常。调整回默认值 `none` 后,TiDB Dashboard 可正常显示。
### `grpc-concurrency`

+ gRPC 工作线程的数量。
Expand Down

0 comments on commit 536cc9e

Please sign in to comment.