[doc] Translate the Chinese comments (#7982)
Translate the Chinese comments of file /be/src/common/config.h
This commit is contained in:
@ -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");
|
||||
|
||||
Reference in New Issue
Block a user