Skip to content

Commit

Permalink
Merge branch 'redis_partylist' into multiprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
bioid committed Jul 17, 2017
2 parents a899458 + e56f274 commit a156047
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@ if (cluster.isMaster && global.config.multiprocess.enabled) {

else {
var Server = require("./src/Server.js");

(new Server()).start();
}

0 comments on commit a156047

Please sign in to comment.