Navigation Menu

Skip to content

Commit

Permalink
Save default_timeout option value correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 20, 2015
1 parent c4860bd commit 4dbbc51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/droonga-http-server-configure
Expand Up @@ -358,6 +358,7 @@ function writeNewConfigs() {
engineConfigs.hosts = configValues.droongaEngineHostNames;
engineConfigs.port = configValues.droongaEnginePort;
engineConfigs.default_dataset = configValues.defaultDataset;
engineConfigs.default_timeout = configValues.defaultTimeout;
engineConfigs.tag = configValues.tag;
engineConfigs.receive_host = configValues.receiveHostName;
configs.engine = engineConfigs;
Expand Down

0 comments on commit 4dbbc51

Please sign in to comment.