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 adda481 commit f771754Copy full SHA for f771754
deps/rabbit/src/rabbit_msg_store_gc.erl
@@ -82,7 +82,7 @@ handle_cast({truncate, File, TruncateSize, ThresholdTimestamp}, State = #state{p
82
handle_cast({delete, File}, State = #state{pending = Pending}) ->
83
%% We drop any pending action because deletion takes precedence over truncation.
84
State1 = State#state{pending = maps:remove(File, Pending)},
85
- {noreply, attempt_action(delete, [File], State1), hibernate};
+ {noreply, attempt_action(delete, [File], State1), hibernate}.
86
87
%% Run all pending actions.
88
handle_info({timeout, TimerRef, do_pending},
0 commit comments