Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
kjnilsson committed Dec 23, 2024
1 parent 01cc60f commit 98199b2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions deps/rabbit/src/rabbit_channel.erl
Original file line number Diff line number Diff line change
Expand Up @@ -571,10 +571,6 @@ prioritise_cast(Msg, _Len, _State) ->
case Msg of
{confirm, _MsgSeqNos, _QPid} -> 5;
{reject_publish, _MsgSeqNos, _QPid} -> 5;
% {queue_event, _, {confirm, _MsgSeqNos, _QPid}} -> 5;
{queue_event, _, {reject_publish, _MsgSeqNos, _QPid}} -> 5;
{method, #'basic.ack'{}, _Content, _Flow} -> 5;
% {queue_event, _, {delivery, _, _}} -> 0;
_ -> 0
end.

Expand Down

0 comments on commit 98199b2

Please sign in to comment.