Navigation Menu

Skip to content

Commit

Permalink
Define DataAbsorber as an async command
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 10, 2015
1 parent d02310c commit 5b9b738
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/droonga/plugins/system/absorb_data.rb
Expand Up @@ -35,7 +35,7 @@ def initialize
end
end

class DataAbsorber
class DataAbsorber < AsyncCommand::AsyncHandler
private
def prefix
"system.absorb-data"
Expand Down Expand Up @@ -69,7 +69,6 @@ def handle
end
end

private
def dumper_params
params = @request.request
{
Expand Down

0 comments on commit 5b9b738

Please sign in to comment.