fix: share ws ratelimit

This commit is contained in:
MARCROCK22 2024-09-02 00:51:34 +00:00
parent b6d89770d1
commit 3f6698eba6

View File

@ -116,6 +116,9 @@ export class ShardManager extends Map<number, Shard> {
},
});
// share ratelimit
resharder.connectQueue = this.connectQueue;
await resharder.spawnShards();
}, this.options.resharding.interval);
}