fix(dsrepl): make placeholder shard process permanent under supervisor

This commit is contained in:
Andrew Mayorov 2024-04-15 16:43:52 +02:00
parent c4d1360b96
commit 89f42f1171
No known key found for this signature in database
GPG Key ID: 2837C62ACFBFED5D
1 changed files with 1 additions and 1 deletions

View File

@ -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
}.