补充C API拉流代理缺少retry_count重试次数配置 (#3584)

Co-authored-by: 李道甫 <lidf@ahtelit.com>
This commit is contained in:
Lidaofu
2024-05-30 10:49:05 +08:00
committed by GitHub
parent 3a50c6e06d
commit 49dfccd56f
4 changed files with 48 additions and 10 deletions

View File

@@ -83,7 +83,7 @@ API_EXPORT void API_CALL mk_stop_all_server(){
stopAllTcpServer();
}
API_EXPORT void API_CALL mk_env_init1(int thread_num,
API_EXPORT void API_CALL mk_env_init2(int thread_num,
int log_level,
int log_mask,
const char *log_file_path,