Skip to content

Commit

Permalink
amqp_client's rabbit_writer shouldn't be significant
Browse files Browse the repository at this point in the history
As it was not intrinsic before.
  • Loading branch information
lhoguin committed Sep 27, 2022
1 parent 2855278 commit 86f3b0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deps/amqp_client/src/amqp_channel_sup.erl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ start_writer(Sup, network, [Sock, FrameMax], ConnName, ChNumber, ChPid) ->
ChildSpec = #{id => writer,
start => StartMFA,
restart => transient,
significant => true,
shutdown => ?WORKER_WAIT,
type => worker,
modules => [rabbit_writer]},
Expand Down

0 comments on commit 86f3b0e

Please sign in to comment.