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

View file

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