Navigation Menu

Skip to content

Commit

Permalink
droonga-engine: use 10031 as the default Droonga engine port number
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 17, 2014
1 parent 47d75a6 commit af18dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/droonga-engine
Expand Up @@ -26,7 +26,7 @@ require "droonga/plugin_loader"

options = OpenStruct.new
options.host = Socket.gethostname
options.port = 24224
options.port = 10031
options.tag = "droonga"

parser = OptionParser.new
Expand Down

0 comments on commit af18dd3

Please sign in to comment.