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 b1722231c44a7464a17b4097e73d10b68dc20703 Author: xy <[email protected]> AuthorDate: Thu Jan 25 12:26:46 2024 +0800 [Fix](doc) Modify some default values in the documentation (#30304) 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 82f54818f6e..3fede52ee99 100644 --- a/docs/en/docs/admin-manual/config/be-config.md +++ b/docs/en/docs/admin-manual/config/be-config.md @@ -1203,7 +1203,7 @@ BaseCompaction:546859: #### `sync_tablet_meta` * Description: Whether the storage engine opens sync and keeps it to the disk -* Default value: false +* Default value: true #### `pending_data_expire_time_sec` 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 bda5dce7e50..b759f3bb4e1 100644 --- a/docs/zh-CN/docs/admin-manual/config/be-config.md +++ b/docs/zh-CN/docs/admin-manual/config/be-config.md @@ -1230,7 +1230,7 @@ BaseCompaction:546859: #### `sync_tablet_meta` * 描述:存储引擎是否开sync保留到磁盘上 -* 默认值:false +* 默认值:true #### `pending_data_expire_time_sec` --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
