Skip to content

Commit c574fc5

Browse files
Daniil Fedotovgerhard
Daniil Fedotov
authored andcommitted
Fix the flag value for queue waiting message paging continuation
1 parent f1de592 commit c574fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_variable_queue.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2433,7 +2433,7 @@ reduce_memory_use(State = #vqstate {
24332433
case get(waiting_bump) of
24342434
true -> ok;
24352435
_ -> self() ! bump_reduce_memory_use,
2436-
put(waiting_bump, waiting)
2436+
put(waiting_bump, true)
24372437
end
24382438
end,
24392439
State3;

0 commit comments

Comments
 (0)