不要怂,就是干,撸起袖子干!

Commit 27573d12 by Sascha Depold

increased the max listener count

1 parent c017b169
Showing with 1 additions and 1 deletions
......@@ -14,7 +14,7 @@ ConnectorManager.prototype.connect = function() {
port: this.config.port,
database: this.config.database
})
this.client.setMaxListeners(100)
this.client.setMaxListeners(999999)
}
ConnectorManager.prototype.disconnect = function() {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!