From 3c140f5e920062221b0d5127201d72d6459794f1 Mon Sep 17 00:00:00 2001 From: sliverp Date: Tue, 3 Feb 2026 12:33:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E8=B6=85=E6=97=B6?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E5=B9=B6=E6=9B=B4=E6=96=B0=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/gateway.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gateway.ts b/src/gateway.ts index f4255f4..fff94fc 100644 --- a/src/gateway.ts +++ b/src/gateway.ts @@ -389,7 +389,7 @@ export async function startGateway(ctx: GatewayContext): Promise { // 追踪是否有响应 let hasResponse = false; - const responseTimeout = 300000; // 30秒超时 + const responseTimeout = 90000; // 90s 超时 let timeoutId: ReturnType | null = null; const timeoutPromise = new Promise((_, reject) => { @@ -614,7 +614,7 @@ export async function startGateway(ctx: GatewayContext): Promise { } if (!hasResponse) { log?.error(`[qqbot:${account.accountId}] No response within timeout`); - await sendErrorMessage("[ClawdBot] QQ响应正常,但未收到clawdbot响应,请检查大模型是否正确配置"); + await sendErrorMessage("QQ Channel 收到了你的请求,已经转交给了Openclaw,正在处理中..."); } } } catch (err) {