Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
kjnilsson committed Jan 6, 2025
1 parent 01cc60f commit 3d4195d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ erlang_package.hex_package(
name = "ra",
build_file = "@rabbitmq-server//bazel:BUILD.ra",
pkg = "ra",
sha256 = "1bbb663e0375543f61700793d90ad1ba800be653f0446b135792b4f187e925fe",
version = "2.16.0-pre.3",
sha256 = "969b0bb04b4f4281d3cfb33e5593901ae24c21ab64c377c7268ead7b77cdfbb7",
version = "2.16.0-pre.9",
)

erlang_package.git_package(
Expand Down
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
2 changes: 1 addition & 1 deletion rabbitmq-components.mk
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dep_khepri = hex 0.16.0
dep_khepri_mnesia_migration = hex 0.7.1
dep_osiris = git https://github.com/rabbitmq/osiris v1.8.5
dep_prometheus = hex 4.11.0
dep_ra = hex 2.16.0-pre.8
dep_ra = hex 2.16.0-pre.9
dep_ranch = hex 2.1.0
dep_recon = hex 2.5.6
dep_redbug = hex 2.0.7
Expand Down

0 comments on commit 3d4195d

Please sign in to comment.