From 99dec0259cb8610b0d6a29576cbbc6fe01b2f1c2 Mon Sep 17 00:00:00 2001 From: Lilian Lee Date: Mon, 9 Sep 2024 10:25:20 +0800 Subject: [PATCH] Update wording --- tiflash/tiflash-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiflash/tiflash-configuration.md b/tiflash/tiflash-configuration.md index d50b7220d13d..b065ec5044f6 100644 --- a/tiflash/tiflash-configuration.md +++ b/tiflash/tiflash-configuration.md @@ -192,7 +192,7 @@ delta_index_cache_size = 0 ## 在 v6.2.0 以及后续版本,强烈建议保留默认值 `false`,不要将其修改为 `true`。具体请参考已知问题 [#5576](https://github.com/pingcap/tiflash/issues/5576)。 # dt_enable_logical_split = false - ## `max_threads`: 执行一个 MMP Task 的内部线程并发度,默认值为 0,当值为 0 时,该值被设置为 CPU 核数。 + ## `max_threads` 指的是执行一个 MMP Task 的内部线程并发度,默认值为 0。当值为 0 时,TiFlash 执行 MMP Task 的线程并发度为 CPU 核数。 ## 该参数只有在系统变量 `tidb_max_tiflash_threads` 设置为 -1 时才会生效。 max_threads = 0