[Groonga-commit] droonga/droonga-http-server at 07c38a4 [master] Remove obsolete codes for old cache system

Back to archive index

SHIMODA Piro Hiroshi null+****@clear*****
Thu Sep 25 02:29:53 JST 2014


SHIMODA "Piro" Hiroshi	2014-09-25 02:29:53 +0900 (Thu, 25 Sep 2014)

  New Revision: 07c38a4d93d6e6bc923191123fb9bc213c4522ea
  https://github.com/droonga/droonga-http-server/commit/07c38a4d93d6e6bc923191123fb9bc213c4522ea

  Message:
    Remove obsolete codes for old cache system

  Modified files:
    bin/droonga-http-server

  Modified: bin/droonga-http-server (+0 -7)
===================================================================
--- bin/droonga-http-server    2014-09-25 02:29:30 +0900 (6d8db75)
+++ bin/droonga-http-server    2014-09-25 02:29:53 +0900 (adf7830)
@@ -104,13 +104,6 @@ if (options.cacheSize > 0) {
       rules: cacheMiddlewareRules,
       logger: logger
     }));
-  } else if (droonga.cache) {
-    // TODO: Remove me when express-droonga 1.0.2 is released and
-    // droonga-http-server requires express-droonga 1.0.2 or later.
-    application.use(droonga.cache({
-      size: options.cacheSize,
-      rules: cacheMiddlewareRules,
-    }));
   }
 }
 
-------------- next part --------------
HTML����������������������������...
Download 



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