Navigation Menu

Skip to content

Commit

Permalink
Use "or" collector for system.absorb-data, because there is no other …
Browse files Browse the repository at this point in the history
…responser
  • Loading branch information
piroor committed Apr 21, 2015
1 parent f25daf7 commit aa7d648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/plugins/system/absorb_data.rb
Expand Up @@ -243,7 +243,7 @@ def start(request)
step.name = "system.absorb-data"
step.single_operation = true
step.handler = AbsorbDataHandler
step.collector = Collectors::And
step.collector = Collectors::Or
end
end
end
Expand Down

0 comments on commit aa7d648

Please sign in to comment.