TSG-8487: 使用参数设置rapidjson为每个日志句柄预申请的内存大小,默认为8K

This commit is contained in:
liuxueli
2021-11-13 13:27:59 +03:00
parent 86020118e5
commit 36c36102f3
4 changed files with 41 additions and 4 deletions

View File

@@ -133,6 +133,7 @@ struct tsg_log_instance_t
int send_user_region;
int send_data_center;
int recovery_interval;
int rapidjson_chunk_capacity;
int session_attribute_project_id;
int tcp_flow_project_id;
int udp_flow_project_id;