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;