Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
  • Loading branch information
gengliqi and TomShawn authored Aug 19, 2021
1 parent 7a4953e commit 43fe29f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tikv-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ This document only describes the parameters that are not included in command-lin

### `raft-client-queue-size`

+ Specifies the queue size of the Raft messages. If too many messages not sent in time result in a full buffer, or messages discarded, you can specify a greater value to increase stability of the system.
+ Default value: 8192
+ Specifies the queue size of the Raft messages in TiKV. If too many messages not sent in time result in a full buffer, or messages discarded, you can specify a greater value to improve system stability.
+ Default value: `8192`

## readpool.unified

Expand Down Expand Up @@ -644,8 +644,8 @@ Configuration items related to Raftstore

### `cmd-batch`

+ Controls whether to enable batch processing of the requests. It can significantly improve the write performance.
+ Default value: true
+ Controls whether to enable batch processing of the requests. When it is enabled, the write performance is significantly improved.
+ Default value: `true`

## Coprocessor

Expand Down

0 comments on commit 43fe29f

Please sign in to comment.