From 690b3b7283f3b352573e204dbd6d322ff6bf5c70 Mon Sep 17 00:00:00 2001 From: wangyongfeng <943155336@qq.com> Date: Thu, 10 Feb 2022 15:08:45 +0800 Subject: [PATCH] [doc] Translate the Chinese comments (#7982) Translate the Chinese comments of file /be/src/common/config.h --- be/src/common/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/be/src/common/config.h b/be/src/common/config.h index 85c1f6d5a0..c75d434dee 100644 --- a/be/src/common/config.h +++ b/be/src/common/config.h @@ -204,7 +204,8 @@ CONF_mInt32(tablet_rowset_stale_sweep_time_sec, "1800"); CONF_Int32(max_garbage_sweep_interval, "3600"); CONF_Int32(min_garbage_sweep_interval, "180"); CONF_mInt32(snapshot_expire_time_sec, "172800"); -// 仅仅是建议值,当磁盘空间不足时,trash下的文件保存期可不遵守这个参数 +// It is only a recommended value. When the disk space is insufficient, +// the file storage period under trash dose not have to comply with this parameter. CONF_mInt32(trash_file_expire_time_sec, "259200"); // check row nums for BE/CE and schema change. true is open, false is closed. CONF_mBool(row_nums_check, "true");