[Groonga-commit] droonga/express-droonga at 268d465 [master] Revert changes introduced by 29b30a9a6dce41ab82a888e692af39e8fe5acc83 to prevent infinity-loop

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Nov 19 17:02:24 JST 2014


YUKI Hiroshi	2014-11-19 17:02:24 +0900 (Wed, 19 Nov 2014)

  New Revision: 268d465392505563df60f4646634a7171106635d
  https://github.com/droonga/express-droonga/commit/268d465392505563df60f4646634a7171106635d

  Message:
    Revert changes introduced by 29b30a9a6dce41ab82a888e692af39e8fe5acc83 to prevent infinity-loop

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

  Modified: lib/droonga-protocol/connection-pool.js (+1 -3)
===================================================================
--- lib/droonga-protocol/connection-pool.js    2014-11-19 16:52:34 +0900 (1ed2791)
+++ lib/droonga-protocol/connection-pool.js    2014-11-19 17:02:24 +0900 (76cf77c)
@@ -187,9 +187,7 @@ ConnectionPool.prototype = {
               return;
             this._updateHostNamesTimer = setTimeout((function() {
               this._updateHostNamesTimer = null;
-              this.updateHostNamesFromCluster()
-                    .then(this.endWatchClusterChanges.bind(this))
-                    .then(this.startWatchClusterChanges.bind(this));
+              this.updateHostNamesFromCluster();
             }).bind(this), 500);
           }).bind(this));
           resolve();
-------------- next part --------------
HTML����������������������������...
Télécharger 



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