Allow nodes to use default connection API to stop kernel "panic"

This commit is contained in:
Logan Hunt 2023-02-01 10:45:53 -07:00
parent 9b5133dcbb
commit 4edaae9343
No known key found for this signature in database
GPG Key ID: 8AC6A4B840C0EC49

View File

@ -23,9 +23,6 @@ config :libcluster,
|> Enum.filter(fn x -> String.length(x) > 0 end)
|> Enum.map(&String.to_atom/1)
],
connect: {:net_kernel, :connect, []},
disconnect: {:net_kernel, :disconnect, []},
list_nodes: {:erlang, :nodes, [:connected]},
child_spec: [restart: :transient]
]
]