diff options
| -rw-r--r-- | src/rabbit_variable_queue.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_variable_queue.erl b/src/rabbit_variable_queue.erl index aed3c9d7c9..9ca9874059 100644 --- a/src/rabbit_variable_queue.erl +++ b/src/rabbit_variable_queue.erl @@ -2466,7 +2466,7 @@ reduce_memory_use(State = #vqstate { %% If blocked by the credit flow - the credit grant will resume processing, %% if limited by a batch - the batch continuation message should be sent. %% The continuation message will be prioritised over publishes, - %% but not cinsumptions, so the queue can make progess. + %% but not consumptions, so the queue can make progess. Blocked = credit_flow:blocked(), case {Blocked, NeedResumeA2B orelse NeedResumeB2D} of %% Credit bump will continue paging |
