feat: 提高超时检测等待

This commit is contained in:
手瓜一十雪
2026-02-21 16:21:31 +08:00
parent 1fc4655ae1
commit 5c04b799a6

View File

@@ -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;