This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 92320bbd2db5d6c0c3a6a9910204d0b542962436 Author: xy <[email protected]> AuthorDate: Thu Mar 7 17:43:28 2024 +0800 [Fix](doc) Adjust default values (#31882) Co-authored-by: xingying01 <[email protected]> --- docs/en/docs/admin-manual/config/be-config.md | 2 +- docs/zh-CN/docs/admin-manual/config/be-config.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/docs/admin-manual/config/be-config.md b/docs/en/docs/admin-manual/config/be-config.md index 4f233ed92f9..52fe5abc030 100644 --- a/docs/en/docs/admin-manual/config/be-config.md +++ b/docs/en/docs/admin-manual/config/be-config.md @@ -1231,7 +1231,7 @@ BaseCompaction:546859: * Type: int * Description: Limit the number of versions of a single tablet. It is used to prevent a large number of version accumulation problems caused by too frequent import or untimely compaction. When the limit is exceeded, the import task will be rejected. -* Default value: 500 +* Default value: 2000 #### `number_tablet_writer_threads` 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 471fbe7a216..714ded467a8 100644 --- a/docs/zh-CN/docs/admin-manual/config/be-config.md +++ b/docs/zh-CN/docs/admin-manual/config/be-config.md @@ -1259,7 +1259,7 @@ BaseCompaction:546859: * 类型:int * 描述:限制单个 tablet 最大 version 的数量。用于防止导入过于频繁,或 compaction 不及时导致的大量 version 堆积问题。当超过限制后,导入任务将被拒绝。 -* 默认值:500 +* 默认值:2000 #### `number_tablet_writer_threads` --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
