amqp_client's rabbit_writer shouldn't be significant

As it was not intrinsic before.
This commit is contained in:
Loïc Hoguin 2022-09-27 13:25:01 +02:00
parent 2855278034
commit 86f3b0e83a
No known key found for this signature in database
GPG Key ID: C69E26E3A9DF618F
1 changed files with 0 additions and 1 deletions

View File

@ -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]},