Skip to content

Commit

Permalink
v7.5.5: raftstore: increase the default raft-client-queue-size from 8…
Browse files Browse the repository at this point in the history
…192 to 1… (#19120) (#19322)
  • Loading branch information
ti-chi-bot authored Dec 31, 2024
1 parent c2a0e1b commit 2fdef1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tikv-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ TiKV 配置文件比命令行参数支持更多的选项。你可以在 [etc/con
### `raft-client-queue-size`

+ 该配置项指定 TiKV 中发送 Raft 消息的缓冲区大小。如果存在消息发送不及时导致缓冲区满、消息被丢弃的情况,可以适当调大该配置项值以提升系统运行的稳定性。
+ 默认值:8192
+ 默认值:16384。在 v7.5.5 之前,默认值为 `8192`

### `simplify-metrics` <span class="version-mark">从 v6.2.0 版本开始引入</span>

Expand Down

0 comments on commit 2fdef1b

Please sign in to comment.