Navigation Menu

Skip to content

Commit

Permalink
Copy data correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 28, 2014
1 parent c7b20c0 commit b6e97b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/command/serf_event_handler.rb
Expand Up @@ -133,7 +133,7 @@ def join_as_replica
end
sleep(1) # wait for restart

DataAbsorber.absorb(:dataset => dataset,
DataAbsorber.absorb(:dataset => dataset_name,
:source_host => source,
:destination_host => host,
:port => port,
Expand Down

0 comments on commit b6e97b0

Please sign in to comment.