mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-02 04:56:07 +00:00
fix: share ws ratelimit
This commit is contained in:
parent
b6d89770d1
commit
3f6698eba6
@ -116,6 +116,9 @@ export class ShardManager extends Map<number, Shard> {
|
||||
},
|
||||
});
|
||||
|
||||
// share ratelimit
|
||||
resharder.connectQueue = this.connectQueue;
|
||||
|
||||
await resharder.spawnShards();
|
||||
}, this.options.resharding.interval);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user