[Groonga-commit] droonga/droonga-engine at 6a129ad [master] Add "status" to the list of default plugins

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Jun 24 17:45:22 JST 2014


YUKI Hiroshi	2014-06-24 17:45:22 +0900 (Tue, 24 Jun 2014)

  New Revision: 6a129ad47b86d9af3e35bb75fc3893ac3646ff63
  https://github.com/droonga/droonga-engine/commit/6a129ad47b86d9af3e35bb75fc3893ac3646ff63

  Message:
    Add "status" to the list of default plugins

  Modified files:
    lib/droonga/catalog_generator.rb

  Modified: lib/droonga/catalog_generator.rb (+1 -1)
===================================================================
--- lib/droonga/catalog_generator.rb    2014-06-24 17:44:36 +0900 (aded8d2)
+++ lib/droonga/catalog_generator.rb    2014-06-24 17:45:22 +0900 (3d6bddf)
@@ -20,7 +20,7 @@ module Droonga
     DEFAULT_DATASET = "Default"
     DEFAULT_HOSTS = ["127.0.0.1"]
     DEFAULT_N_WORKERS = 4
-    DEFAULT_PLUGINS = ["groonga", "search", "crud", "dump"]
+    DEFAULT_PLUGINS = ["groonga", "search", "crud", "dump", "status"]
     DEFAULT_PORT = 10031
     DEFAULT_TAG = "droonga"
 
-------------- next part --------------
HTML����������������������������...
Download 



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