Skip to content

Commit

Permalink
Remove needless comment.
Browse files Browse the repository at this point in the history
Now we can know when all messages are completely sent with node's status.
  • Loading branch information
piroor committed Nov 21, 2014
1 parent 7957d8a commit 10a349f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/droonga/data_absorber.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ def absorb(params)

#TODO: We should use droonga-send instead of droonga-request,
# because droonga-request is too slow.
# However, to do it, we have to implement an API to know
# that all messages sent by droonga-send are completely
# processed.
client = params[:client] || "droonga-request"
client_options = []
if client.include?("droonga-request")
Expand Down

0 comments on commit 10a349f

Please sign in to comment.