限制缓存在内存的配置文件内容的版本数量,以适应全增量模式的配置下发

This commit is contained in:
linuxrc@163.com
2021-08-04 11:14:56 +08:00
parent dcca411ddc
commit 730a744229
9 changed files with 160 additions and 83 deletions

View File

@@ -43,7 +43,7 @@ struct doris_business
{
char bizname[32];
u_int32_t recv_way;
u_int32_t write_file_sw;
u_int32_t cache_max_versions;
char recv_path_full[256];
char recv_path_inc[256];
char store_path_root[256];