This commit is contained in:
Skillz4Killz
2021-04-08 21:21:39 +00:00
committed by GitHub
parent 979376dd80
commit e7382fffaa
57 changed files with 407 additions and 249 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { ws } from "./ws.ts";
export async function tellClusterToIdentify(
workerId: number,
shardId: number,
bucketId: number
bucketId: number,
) {
// When resharding this may exist already
const oldShard = ws.shards.get(shardId);