Kouhei Sutou
null+****@clear*****
Wed May 7 12:29:31 JST 2014
Kouhei Sutou 2014-05-07 12:29:31 +0900 (Wed, 07 May 2014) New Revision: e211337403a316f679e7e5d559dea0979e37323b https://github.com/droonga/droonga-http-server/commit/e211337403a316f679e7e5d559dea0979e37323b Message: Use 10041 as the default port number 10041 is the same port number as Groonga's HTTP server. Modified files: bin/droonga-http-server Modified: bin/droonga-http-server (+1 -1) =================================================================== --- bin/droonga-http-server 2014-04-29 00:52:40 +0900 (30d2449) +++ bin/droonga-http-server 2014-05-07 12:29:31 +0900 (367d1f6) @@ -27,7 +27,7 @@ pluginsOption = function(newValue, oldValue) { options .version(version) - .option('--port <port>', 'Port number', intOption, 13000) + .option('--port <port>', 'Port number', intOption, 10041) .option('--receive-host-name <name>', 'Host name of the protocol adapter. ' + 'It must be resolvable by Droonga engine.', -------------- next part -------------- HTML����������������������������... Descargar