From 5f8d5cec286430d8250e9e215a79733ecad1e267 Mon Sep 17 00:00:00 2001 From: fumingwei Date: Mon, 24 Jul 2023 20:14:46 +0800 Subject: [PATCH] =?UTF-8?q?feature:TSG-16300:=E9=80=82=E9=85=8Dclixon?= =?UTF-8?q?=E6=96=B0=E5=A2=9Esapp=20opening=5Ftimeout=E5=92=8Cclosing=5Fti?= =?UTF-8?q?meout=E9=85=8D=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/roles/traffic-engine/files/helm/conf/sapp.toml | 2 ++ ansible/roles/traffic-engine/files/helm/values.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ansible/roles/traffic-engine/files/helm/conf/sapp.toml b/ansible/roles/traffic-engine/files/helm/conf/sapp.toml index 837bdc7f..5f1008d3 100644 --- a/ansible/roles/traffic-engine/files/helm/conf/sapp.toml +++ b/ansible/roles/traffic-engine/files/helm/conf/sapp.toml @@ -149,6 +149,8 @@ bypass_trigger_cpu_usage={{ .Values.overload_protection.detect_threshold_cpu_usa meaningful_statistics_minimum_pkt=3 meaningful_statistics_minimum_byte=5 + opening_timeout={{ .Values.session_manager.tcp_session_opening_timeout_in_sec }} + closing_timeout={{ .Values.session_manager.tcp_session_closing_timeout_in_sec }} [stream.tcp.inject] link_mss=1460 diff --git a/ansible/roles/traffic-engine/files/helm/values.yaml b/ansible/roles/traffic-engine/files/helm/values.yaml index 3593d2ff..c9ceb7d7 100644 --- a/ansible/roles/traffic-engine/files/helm/values.yaml +++ b/ansible/roles/traffic-engine/files/helm/values.yaml @@ -76,6 +76,8 @@ session_manager: tcp_session_unordered_pkt_max: 128 tcp_session_timeout_in_sec: 30 udp_session_timeout_in_sec: 60 + tcp_session_opening_timeout_in_sec: 60 + tcp_session_closing_timeout_in_sec: 30 udp_session_max: 5021 tcp_duplicated_packet_filter: yes udp_duplicated_packet_filter: yes