From 5c04b799a6a93db812a6381f9c3b3ae58fa46e9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Sat, 21 Feb 2026 16:21:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8F=90=E9=AB=98=E8=B6=85=E6=97=B6?= =?UTF-8?q?=E6=A3=80=E6=B5=8B=E7=AD=89=E5=BE=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/napcat-core/apis/packet.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/napcat-core/apis/packet.ts b/packages/napcat-core/apis/packet.ts index dc5f1eb4..d73e5243 100644 --- a/packages/napcat-core/apis/packet.ts +++ b/packages/napcat-core/apis/packet.ts @@ -68,7 +68,7 @@ export class NTQQPacketApi { this.pkt = new PacketClientSession(this.core); await this.pkt.init(process.pid, table.recv, table.send); try { - await this.pkt.operation.FetchRkey(1500); + await this.pkt.operation.FetchRkey(3000); } catch (error) { this.logger.logError('测试Packet状态异常', error); return false;