Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config: update doc of tidb tikv-client.grpc-keepalive-timeout config #18613

Merged
merged 1 commit into from
Oct 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tidb-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -706,12 +706,14 @@ opentracing.reporter 相关的设置。

+ TiDB 与 TiKV 节点之间 rpc 连接 keepalive 时间间隔,如果超过该值没有网络包,grpc client 会 ping 一下 TiKV 查看是否存活。
+ 默认值:10
+ 最小值:1
+ 单位:秒

### `grpc-keepalive-timeout`

+ TiDB 与 TiKV 节点 rpc keepalive 检查的超时时间
+ 默认值:3
+ 最小值:0.05
+ 单位:秒

### `grpc-compression-type`
Expand Down