From 5ef0b492995270fd69d1e685a4c908a646f2aef0 Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Wed, 20 May 2026 12:01:21 +0800 Subject: [PATCH] =?UTF-8?q?@=20=E5=90=8E=E5=8F=B0=E5=81=A5=E5=BA=B7?= =?UTF-8?q?=E6=A3=80=E6=9F=A5=E8=B6=85=E6=97=B6=E4=BB=8E=203s=20=E6=8F=90?= =?UTF-8?q?=E9=AB=98=E5=88=B0=208s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit aviationweather.gov 从亚洲 VPS 连接经常超过 3 秒导致误报 @ --- web/services/ops_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/services/ops_api.py b/web/services/ops_api.py index cd858784..15c3b4db 100644 --- a/web/services/ops_api.py +++ b/web/services/ops_api.py @@ -568,7 +568,7 @@ def get_ops_health_check(request: Request) -> dict[str, Any]: _urllib3.disable_warnings(_urllib3.exceptions.InsecureRequestWarning) results: dict[str, dict] = {} - timeout = 3 + timeout = 8 # Supabase supabase_url = str(os.getenv("SUPABASE_URL") or "").strip().rstrip("/")