Merge pull request #113 from MaxXx1313/master

fix issue #112
This commit is contained in:
Brandon Nozaki Miller 2017-04-04 18:52:51 -07:00 committed by GitHub
commit 52c37718c3
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ function startServer() {
'error',
err
);
}
}.bind(this)
);
this.server.maxConnections=this.config.maxConnections;