Navigation Menu

Skip to content

Commit

Permalink
Fetch catalog only from single worker
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 21, 2015
1 parent bae13b0 commit c69ef5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/droonga/plugins/catalog.rb
Expand Up @@ -32,6 +32,7 @@ def handle(message)

define_single_step do |step|
step.name = "catalog.fetch"
step.single_operation = true
step.handler = FetchHandler
step.collector = Collectors::Or
end
Expand Down

0 comments on commit c69ef5c

Please sign in to comment.