Navigation Menu

Skip to content

Commit

Permalink
Specify timeout for the internal search command
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 14, 2015
1 parent d8b3e4b commit 53382ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/droonga/plugins/system/absorb_data.rb
Expand Up @@ -229,6 +229,7 @@ def count_total_n_source_records
response = source_client.request("dataset" => source_dataset,
"type" => "search",
"body" => {
"timeout" => 10,
"queries" => queries,
})

Expand Down

0 comments on commit 53382ab

Please sign in to comment.