Navigation Menu

Skip to content

Commit

Permalink
Export given message
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 10, 2015
1 parent 1b0c93b commit 59b366a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/droonga/plugin/async_command.rb
Expand Up @@ -43,6 +43,10 @@ def reply_to
(@message.raw["replyTo"] || {})["to"]
end

def request
@message.request
end

def messages_per_seconds
request = (@message.request || {})
minimum_messages_per_seconds = 10
Expand Down

0 comments on commit 59b366a

Please sign in to comment.