From b47ea92a8c841c28682db71243e0c45426b06fde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=AD=E5=AE=A3=E6=AD=A3?= Date: Thu, 22 Sep 2022 15:46:20 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20build:=20=E5=A2=9E=E5=8A=A0HOS?= =?UTF-8?q?=5FCONF=E7=9A=84=E9=85=8D=E7=BD=AE=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/roles/firewall/templates/main.conf.j2.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ansible/roles/firewall/templates/main.conf.j2.j2 b/ansible/roles/firewall/templates/main.conf.j2.j2 index 8b9eaa3d..4f598683 100644 --- a/ansible/roles/firewall/templates/main.conf.j2.j2 +++ b/ansible/roles/firewall/templates/main.conf.j2.j2 @@ -123,6 +123,10 @@ hos_token="c21f969b5f03d33d43e04f8f136e7682" hos_log_level=30 hos_each_upload_cache_size=1500 hos_each_upload_cache_count=10 +hos_max_thread_task_num=5000 +hos_max_cache_size=1073741824 +hos_curl_http_timeout=20 +hos_curl_http_connection_timeout=10 {% endif %} {% endraw %}