Kouhei Sutou
null+****@clear*****
Fri Apr 25 16:32:49 JST 2014
Kouhei Sutou 2014-04-25 16:32:49 +0900 (Fri, 25 Apr 2014) New Revision: e83ab6eb9de3c9f38ea32f90fe853b1030f53fc8 https://github.com/droonga/droonga-http-server/commit/e83ab6eb9de3c9f38ea32f90fe853b1030f53fc8 Message: Use '/statistics/' as statistics related API prefix /cache/statistics -> /statistics/cache Modified files: bin/droonga-http-server Modified: bin/droonga-http-server (+1 -1) =================================================================== --- bin/droonga-http-server 2014-04-25 16:29:48 +0900 (d5fcff1) +++ bin/droonga-http-server 2014-04-25 16:32:49 +0900 (e1f4d5b) @@ -109,7 +109,7 @@ if (options.cacheSize > 0) { var cache = new droonga.Cache({ size: options.cacheSize, }); - application.use("/cache/statistics", + application.use("/statistics/cache", droonga.middleware.cacheStatistics(cache)); application.use(droonga.middleware.cache(cache, { rules: cacheMiddlewareRules -------------- next part -------------- HTML����������������������������...Download