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 f2a7479Copy full SHA for f2a7479
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