feature:TSG-18248:删除firewall rapidjson_chunk_capacity配置项及其相关代码

This commit is contained in:
fumingwei
2023-12-28 15:26:54 +08:00
parent c6ac2f2b16
commit f294e66452
4 changed files with 0 additions and 4 deletions

View File

@@ -37,7 +37,6 @@ SEND_TRANSACTION_RECORD=1
{% else %}
SEND_TRANSACTION_RECORD=0
{% endif %}
RAPIDJSON_CHUNK_CAPACITY={{ firewall.rapidjson_chunk_capacity }}
{% endraw %}
TCP_MIN_PKTS=3
TCP_MIN_BYTES=5

View File

@@ -32,7 +32,6 @@ TCP_MIN_PKTS=3
TCP_MIN_BYTES=5
UDP_MIN_PKTS=3
UDP_MIN_BYTES=5
RAPIDJSON_CHUNK_CAPACITY={{ .Values.firewall.rapidjson_chunk_capacity }}
{{- if eq .Values.define_enable_val_yes .Values.transaction_record.enable_http }}
SEND_HTTP_TRANSACTION_RECORD=1
{{- else }}

View File

@@ -61,7 +61,6 @@ session_id_generator:
firewall:
enable: yes
rapidjson_chunk_capacity: 2048
enable_smartoffload: no
logs:
contains_app_id: yes

View File

@@ -5,7 +5,6 @@ feature:
firewall:
enable: 1
enable_hos: 1
rapidjson_chunk_capacity: 2048
enable_dtls: 1
enable_sip: 1