diff --git a/index.js b/index.js index c3e519d..0f022ca 100644 --- a/index.js +++ b/index.js @@ -7,8 +7,8 @@ const token = process.env.token; let client = `../${__dirname}/labscore/client.js` if(process.env.environment == "local") client = `./labscore/client.js` const manager = new ClusterManager(client, token, { - shardCount: 2, - shardsPerCluster: 2, + shardCount: 1, + shardsPerCluster: 1, }); (async () => {