YUKI Hiroshi
null+****@clear*****
Fri Mar 28 19:36:00 JST 2014
YUKI Hiroshi 2014-03-28 19:36:00 +0900 (Fri, 28 Mar 2014) New Revision: 71fb77e2ace1bc70d6847d044759fac17630a1fc https://github.com/droonga/droonga-http-server/commit/71fb77e2ace1bc70d6847d044759fac17630a1fc Message: Accept "--tag" option Modified files: bin/droonga-http-server Modified: bin/droonga-http-server (+3 -0) =================================================================== --- bin/droonga-http-server 2014-03-28 17:42:42 +0900 (5545334) +++ bin/droonga-http-server 2014-03-28 19:36:00 +0900 (eefe256) @@ -21,6 +21,8 @@ options parseInt, 24224) .option('--default-dataset <dataset>', 'The default dataset', 'Droonga') + .option('--tag <tag>', 'The tag', + 'droonga') .option('--enable-logging', 'Enable logging to the standard output') .option('--cache-size <size>', 'The max number of cached requests', parseInt, 100) @@ -54,6 +56,7 @@ application.configure(function() { application.droonga({ prefix: '', defaultDataset: options.defaultDataset, + tag: options.tag, server: server, sessionStore: sessionStore, // this is required to share session information HTTP APIs receiveHostName: options.receiveHostName, -------------- next part -------------- HTML����������������������������...다운로드