fix(dsrepl): make placeholder shard process permanent under supervisor
This commit is contained in:
parent
c4d1360b96
commit
89f42f1171
|
@ -232,7 +232,7 @@ shard_replication_spec(DB, Shard, Opts) ->
|
|||
#{
|
||||
id => {Shard, replication},
|
||||
start => {emqx_ds_replication_layer_shard, start_link, [DB, Shard, Opts]},
|
||||
restart => transient,
|
||||
restart => permanent,
|
||||
type => worker
|
||||
}.
|
||||
|
||||
|
|
Loading…
Reference in New Issue