[Groonga-commit] droonga/droonga-http-server at 1340e61 [master] Allow to cache the admin page

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Nov 19 18:35:55 JST 2014


YUKI Hiroshi	2014-11-19 18:35:55 +0900 (Wed, 19 Nov 2014)

  New Revision: 1340e6194ecc12c3820300ed862a73b3ca837e19
  https://github.com/droonga/droonga-http-server/commit/1340e6194ecc12c3820300ed862a73b3ca837e19

  Message:
    Allow to cache the admin page

  Modified files:
    bin/droonga-http-server

  Modified: bin/droonga-http-server (+1 -0)
===================================================================
--- bin/droonga-http-server    2014-11-19 18:26:20 +0900 (d832fd5)
+++ bin/droonga-http-server    2014-11-19 18:35:55 +0900 (f84d5c2)
@@ -101,6 +101,7 @@ if (options.cacheSize > 0) {
   //    some information (a part of response message's envelope)
   //    returned from Droonga Engine.
   var cachableEndpoints = [
+    '/$',              // The admin page
     '/tables/[^?/]',   // REST API, associated to "search"
     '/droonga/search', // RAW Droonga command "search"
     '/d/select'        // Groonga's "select"
-------------- next part --------------
HTML����������������������������...
下載 



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