We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a546f commit c92eb7aCopy full SHA for c92eb7a
src/rabbit_variable_queue.erl
@@ -2466,7 +2466,7 @@ reduce_memory_use(State = #vqstate {
2466
%% If blocked by the credit flow - the credit grant will resume processing,
2467
%% if limited by a batch - the batch continuation message should be sent.
2468
%% The continuation message will be prioritised over publishes,
2469
- %% but not cinsumptions, so the queue can make progess.
+ %% but not consumptions, so the queue can make progess.
2470
Blocked = credit_flow:blocked(),
2471
case {Blocked, NeedResumeA2B orelse NeedResumeB2D} of
2472
%% Credit bump will continue paging
0 commit comments