Skip to content

Commit

Permalink
Merge branch 'master' into feature/qol-20210227
Browse files Browse the repository at this point in the history
  • Loading branch information
sfk-steelsong committed Aug 28, 2021
2 parents c7be58f + 342d932 commit 9efa4e2
Show file tree
Hide file tree
Showing 73 changed files with 14,273 additions and 296 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ tags

# Node dependencies
node_modules/
package-lock.json

# log files
.log

.env
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* This software is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International
* For more information, see README.md and LICENSE
*/
require('dotenv').config()

// Config file
const config = require('./src/data/config.json');
Expand Down Expand Up @@ -44,7 +45,7 @@ const totalShards = 10;
shards = 2;
firstShardID = 0;
lastShardID = 1;
clusters = 1
clusters = 2
}

console.log("Creating shards "+firstShardID+"~"+lastShardID+" out of "+shards+" total shards!");
Expand Down
Loading

0 comments on commit 9efa4e2

Please sign in to comment.