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.
2 parents c92eb7a + f2a7479 commit 6429f80Copy full SHA for 6429f80
src/rabbit_variable_queue.erl
@@ -913,7 +913,9 @@ handle_pre_hibernate(State = #vqstate { index_state = IndexState }) ->
913
State #vqstate { index_state = rabbit_queue_index:flush(IndexState) }.
914
915
handle_info(bump_reduce_memory_use, State = #vqstate{ waiting_bump = true }) ->
916
- State#vqstate{ waiting_bump = false }.
+ State#vqstate{ waiting_bump = false };
917
+handle_info(bump_reduce_memory_use, State) ->
918
+ State.
919
920
resume(State) -> a(reduce_memory_use(State)).
921
0 commit comments