Skip to content

Commit

Permalink
Added a note about grpc-compression-type (pingcap#5960) (pingcap#5980)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Jul 13, 2021
1 parent 9bceea4 commit 62dcecd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tikv-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ This document only describes the parameters that are not included in command-lin
+ The compression algorithm for gRPC messages
+ Optional values: `"none"`, `"deflate"`, `"gzip"`
+ Default value: `"none"`
+ Note: When the value is `gzip`, TiDB Dashboard will have a display error because it might not complete the corresponding compression algorithm in some cases. If you adjust the value back to the default `none`, TiDB Dashboard will display normally.

### `grpc-concurrency`

Expand Down

0 comments on commit 62dcecd

Please sign in to comment.