Skip to content

Commit

Permalink
Package update for node-vibrant
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherBThai committed Oct 8, 2019
1 parent 029e14e commit 6d59997
Show file tree
Hide file tree
Showing 4 changed files with 690 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ process.on('exit', function(code) {

try{
console.log("Manager is going to spawn "+Manager.totalShards+" shards...");
Manager.spawn(Manager.totalShards,5500,120000).catch(console.error);
Manager.spawn(Manager.totalShards,5500,360000).catch(console.error);
}catch(err){
console.log("Manager Spawner Error");
console.error(err);
Expand Down
Loading

0 comments on commit 6d59997

Please sign in to comment.