diff options
| author | Alvaro Videla <videlalvaro@gmail.com> | 2015-09-25 15:07:06 +0200 |
|---|---|---|
| committer | Alvaro Videla <videlalvaro@gmail.com> | 2015-09-25 15:07:06 +0200 |
| commit | 9a15c76e3c8043a7d8416d2c8929724759f15392 (patch) | |
| tree | a25c73452d88fe8b37eeed8851f7482690a89a62 /src | |
| parent | 5be0f6429e3aff2977d95a15ba0e3bab4cc8bf8e (diff) | |
| download | rabbitmq-server-git-9a15c76e3c8043a7d8416d2c8929724759f15392.tar.gz | |
clarifies sentence
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_amqqueue_process.erl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/rabbit_amqqueue_process.erl b/src/rabbit_amqqueue_process.erl index 52a35988bf..999e66aee3 100644 --- a/src/rabbit_amqqueue_process.erl +++ b/src/rabbit_amqqueue_process.erl @@ -670,11 +670,11 @@ handle_ch_down(DownPid, State = #q{consumers = Consumers, %% with regards to the credit we were tracking for the channel %% process. See handle_cast({deliver, Deliver}, State) in this %% module. In that cast function we process deliveries from the - %% channel, which means whe credit_flow:ack/1 said messages, so we - %% were keeping track of when this rabbit_amqqueue_process would - %% grant more credits to the rabbit_channel process. Since the - %% process died, the credit_flow flow module will clean up that - %% for us. + %% channel, which means we credit_flow:ack/1 said + %% messages. credit_flow:ack'ing messages means we are increasing + %% a counter to know when we need to send MoreCreditAfter. Since + %% the process died, the credit_flow flow module will clean up + %% that for us. credit_flow:peer_down(DownPid), pmon:demonitor(DownPid, Senders) end}, |
