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 6bd794a commit 9161218Copy full SHA for 9161218
src/rabbit_variable_queue.erl
@@ -2468,7 +2468,7 @@ reduce_memory_use(State = #vqstate {
2468
%% If blocked by the credit flow - the credit grant will resume processing,
2469
%% if limited by a batch - the batch continuation message should be sent.
2470
%% The continuation message will be prioritised over publishes,
2471
- %% but not cinsumptions, so the queue can make progess.
+ %% but not consumptions, so the queue can make progess.
2472
Blocked = credit_flow:blocked(),
2473
case {Blocked, NeedResumeA2B orelse NeedResumeB2D} of
2474
%% Credit bump will continue paging
0 commit comments