Navigation Menu

Skip to content

Commit

Permalink
Add "status" to the list of default plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 24, 2014
1 parent db62179 commit 6a129ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/catalog_generator.rb
Expand Up @@ -20,7 +20,7 @@ class CatalogGenerator
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"

Expand Down

0 comments on commit 6a129ad

Please sign in to comment.