Merge branch 'master' of github.com:RIAEvangelist/node-ipc

This commit is contained in:
RIAEvangelist 2017-04-15 21:13:25 -07:00
commit e4098d1921
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;