diff --git a/tidb-configuration-file.md b/tidb-configuration-file.md index 6d0361de1b373..55265cc0b7eda 100644 --- a/tidb-configuration-file.md +++ b/tidb-configuration-file.md @@ -357,7 +357,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`