[Groonga-commit] droonga/express-droonga at 1549dca [master] Don't end watching automatically by closing

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Nov 5 17:14:41 JST 2014


YUKI Hiroshi	2014-11-05 17:14:41 +0900 (Wed, 05 Nov 2014)

  New Revision: 1549dca24b7da29034389668236f222472069b58
  https://github.com/droonga/express-droonga/commit/1549dca24b7da29034389668236f222472069b58

  Message:
    Don't end watching automatically by closing

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

  Modified: lib/droonga-protocol/connection-pool.js (+0 -3)
===================================================================
--- lib/droonga-protocol/connection-pool.js    2014-11-05 17:12:22 +0900 (9fe7628)
+++ lib/droonga-protocol/connection-pool.js    2014-11-05 17:14:41 +0900 (30969a3)
@@ -102,9 +102,6 @@ ConnectionPool.prototype = {
       return;
     connection.close();
     delete this._connections[hostName];
-
-    if (Object.keys(this._connections).length == 0)
-      this.endWatchClusterChanges();
   },
 
   get count() {
-------------- next part --------------
HTML����������������������������...
Download 



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