You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2022/10/04 13:27:46 UTC

[doris] branch master updated: [typo](doc) replace unuse parameter max_base_compaction_concurrency (#13047)

This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 0c67b14b6d [typo](doc) replace unuse parameter max_base_compaction_concurrency (#13047)
0c67b14b6d is described below

commit 0c67b14b6d3300b24d02fbc8c9af5577086391f5
Author: dataalive <99...@users.noreply.github.com>
AuthorDate: Tue Oct 4 21:27:38 2022 +0800

    [typo](doc) replace unuse parameter max_base_compaction_concurrency (#13047)
---
 docs/en/docs/admin-manual/config/be-config.md    | 4 ++--
 docs/zh-CN/docs/admin-manual/config/be-config.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/en/docs/admin-manual/config/be-config.md b/docs/en/docs/admin-manual/config/be-config.md
index 62a460e00c..ad1c5af365 100644
--- a/docs/en/docs/admin-manual/config/be-config.md
+++ b/docs/en/docs/admin-manual/config/be-config.md
@@ -66,11 +66,11 @@ There are two ways to configure BE configuration items:
 
 ## Examples
 
-1. Modify `max_base_compaction_concurrency` statically
+1. Modify `max_base_compaction_threads` statically
 
      By adding in the `be.conf` file:
 
-     ```max_base_compaction_concurrency=5```
+     ```max_base_compaction_threads=5```
 
      Then restart the BE process to take effect the configuration.
 
diff --git a/docs/zh-CN/docs/admin-manual/config/be-config.md b/docs/zh-CN/docs/admin-manual/config/be-config.md
index a271c0cf64..b5e7d16dbb 100644
--- a/docs/zh-CN/docs/admin-manual/config/be-config.md
+++ b/docs/zh-CN/docs/admin-manual/config/be-config.md
@@ -64,11 +64,11 @@ BE 的配置项有两种方式进行配置:
 
 ## 应用举例
 
-1. 静态方式修改 `max_base_compaction_concurrency`
+1. 静态方式修改 `max_base_compaction_threads`
 
   通过在 `be.conf` 文件中添加:
 
-  ```max_base_compaction_concurrency=5```
+  ```max_base_compaction_threads=5```
 
   之后重启 BE 进程以生效该配置。
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org