we do not need two clusters

This commit is contained in:
derpystuff 2022-06-17 20:34:21 +02:00
parent 1667a4fbc7
commit d6665bdf47

View file

@ -9,7 +9,7 @@ let client = `../${__dirname}/labscore/client.js`
if(process.env.environment == "local") client = `./labscore/client.js`
const manager = new ClusterManager(client, token, {
shardCount: 2,
shardsPerCluster: 1,
shardsPerCluster: 2,
});
(async () => {