Navigation Menu

Skip to content

Commit

Permalink
Decrease internal default timeout for droonga commands
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 20, 2015
1 parent bfc2550 commit b9033fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/adapter/api/droonga.js
@@ -1,6 +1,6 @@
var command = require('../command');

var DEFAULT_TIMEOUT_SECONDS = 1000;
var DEFAULT_TIMEOUT_SECONDS = 60;

function pathToMessageType(path) {
return path
Expand Down

0 comments on commit b9033fa

Please sign in to comment.