Navigation Menu

Skip to content

Commit

Permalink
Inherit defaultTimeout option from connectionPool to each connection …
Browse files Browse the repository at this point in the history
…correctly
  • Loading branch information
piroor committed Apr 20, 2015
1 parent 5f622e9 commit 2b88d96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/droonga-protocol/connection-pool.js
Expand Up @@ -91,6 +91,7 @@ ConnectionPool.prototype = {
return this._connections[hostName] = new klass({
tag: this._params.tag,
defaultDataset: this._params.defaultDataset,
defaultTimeout: this._params.defaultTimeout,
hostName: hostName,
port: this._params.port,
receiveHostName: this._params.receiveHostName,
Expand Down

0 comments on commit 2b88d96

Please sign in to comment.