Skip to content
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: 1 addition & 1 deletion tidb-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ Configuration items related to performance.
### `committer-concurrency`

+ The number of goroutines for requests related to executing commit in the commit phase of the single transaction.
+ Default value: `16`
+ Default value: `128`
+ If the transaction to commit is too large, the waiting time for the flow control queue when the transaction is committed might be too long. In this situation, you can increase the configuration value to speed up the commit.

### `stmt-count-limit`
Expand Down