zxealous commented on code in PR #11959: URL: https://github.com/apache/doris/pull/11959#discussion_r953629420
########## docs/zh-CN/docs/admin-manual/config/be-config.md: ########## @@ -1600,3 +1600,22 @@ webserver默认工作线程数 * 描述: 最少进行合并的版本数,当选中的小数据量的rowset个数,大于这个值是才会进行真正的合并 * 默认值: 10 +### `generate_cache_cleaner_task_interval_sec` +* 类型:int64 +* 描述:缓存文件的清理间隔,单位:秒 +* 默认值:43200(12小时) + +### `file_cache_type` +* 类型:string +* 描述:缓存文件的类型。whole_file_cache:将segment文件整个下载,sub_file_cache:将segment文件按大小切分成多个文件。 +* 默认值:104857600(100MB) Review Comment: default value ########## docs/en/docs/admin-manual/config/be-config.md: ########## @@ -1576,3 +1576,22 @@ Translated with www.DeepL.com/Translator (free version) * Description: at least the number of versions to be compaction, and the number of rowsets with a small amount of data in the selection. If it is greater than this value, the real compaction will be carried out * Default: 10 +### `generate_cache_cleaner_task_interval_sec` +* Type:int64 +* Description:Cleaning interval of cache files, in seconds +* Default:43200(12 hours) + +### `file_cache_type` +* Type:string +* Description:Type of cache file. whole_ file_ Cache: download the entire segment file, sub_ file_ Cache: the segment file is divided into multiple files by size. +* Default:104857600(100MB) Review Comment: the default value is an empty string -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org