[Groonga-commit] droonga/droonga-engine at eb8d6c5 [master] Use local mode by default

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Jul 23 14:38:46 JST 2014


YUKI Hiroshi	2014-07-23 14:38:46 +0900 (Wed, 23 Jul 2014)

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

  Message:
    Use local mode by default

  Modified files:
    bin/droonga-engine-absorb-data

  Modified: bin/droonga-engine-absorb-data (+1 -1)
===================================================================
--- bin/droonga-engine-absorb-data    2014-07-23 14:38:25 +0900 (fefd8b8)
+++ bin/droonga-engine-absorb-data    2014-07-23 14:38:46 +0900 (d15eb0e)
@@ -29,7 +29,7 @@ options = OpenStruct.new
 options.port    = Droonga::CatalogGenerator::DEFAULT_PORT
 options.tag     = Droonga::CatalogGenerator::DEFAULT_TAG
 options.dataset = Droonga::CatalogGenerator::DEFAULT_DATASET
-options.remote  = true
+options.remote  = false
 parser = OptionParser.new
 parser.version = Droonga::Engine::VERSION
 
-------------- next part --------------
HTML����������������������������...
Download 



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