We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fc4655 commit 5c04b79Copy full SHA for 5c04b79
1 file changed
packages/napcat-core/apis/packet.ts
@@ -68,7 +68,7 @@ export class NTQQPacketApi {
68
this.pkt = new PacketClientSession(this.core);
69
await this.pkt.init(process.pid, table.recv, table.send);
70
try {
71
- await this.pkt.operation.FetchRkey(1500);
+ await this.pkt.operation.FetchRkey(3000);
72
} catch (error) {
73
this.logger.logError('测试Packet状态异常', error);
74
return false;
0 commit comments