[Groonga-commit] droonga/express-droonga at 2b88d96 [master] Inherit defaultTimeout option from connectionPool to each connection correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Apr 20 16:40:05 JST 2015


YUKI Hiroshi	2015-04-20 16:40:05 +0900 (Mon, 20 Apr 2015)

  New Revision: 2b88d9698b60c5d697720a7919c2113db969c389
  https://github.com/droonga/express-droonga/commit/2b88d9698b60c5d697720a7919c2113db969c389

  Message:
    Inherit defaultTimeout option from connectionPool to each connection correctly

  Modified files:
    lib/droonga-protocol/connection-pool.js

  Modified: lib/droonga-protocol/connection-pool.js (+1 -0)
===================================================================
--- lib/droonga-protocol/connection-pool.js    2015-04-20 16:25:24 +0900 (e7f1616)
+++ lib/droonga-protocol/connection-pool.js    2015-04-20 16:40:05 +0900 (31f1bdc)
@@ -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,
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index