Navigation Menu

Skip to content

Commit

Permalink
Define default timeout as 3 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 20, 2015
1 parent 30fbaad commit c4860bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/default-configs.js
Expand Up @@ -54,6 +54,7 @@ function defineDefaultConfigs(configs) {
define(engineConfigs, 'host', '127.0.0.1');
define(engineConfigs, 'port', 10031);
define(engineConfigs, 'tag', 'droonga');
define(engineConfigs, 'default_timeout', 3);

define(configs, 'host', '0.0.0.0');
define(configs, 'port', 10041);
Expand Down

0 comments on commit c4860bd

Please sign in to comment.