bugfix:TSG-21734:fix render smooth_avg_window in sapp.toml value error.

This commit is contained in:
fumingwei
2024-07-08 11:40:36 +08:00
parent c90b041703
commit 2245576b4b

View File

@@ -93,7 +93,7 @@ bypass_trigger_cpu_usage={{ .Values.overload_protection.detect_threshold_cpu_usa
### note, unit of get_cpu_usage_interval is milliseconds(ms)
get_cpu_usage_interval={{ .Values.overload_protection.detect_interval_in_ms }}
### note, use the average of the last $smooth_avg_window times as current realtime value
smooth_avg_window={{ .Values.overload_protection.detect_interval_in_ms }}
smooth_avg_window={{ .Values.overload_protection.detect_smooth_avg_window }}
decrease_ratio="0.95"
increase_ratio="1.005"