mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -04:00
we do not need two clusters
This commit is contained in:
parent
1667a4fbc7
commit
d6665bdf47
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue