summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorLogan Hunt <logan.hunt@usu.edu>2023-02-01 10:45:53 -0700
committerLogan Hunt <logan.hunt@usu.edu>2023-02-01 10:46:12 -0700
commit4edaae9343680181c4ca67feb971b51b0783c628 (patch)
treea3f913e266ba12da12fd0f584c5db9fe65e7abd8 /config
parent9b5133dcbb39114a7f7ab84e0313d4f7035df123 (diff)
downloadchessh-4edaae9343680181c4ca67feb971b51b0783c628.tar.gz
chessh-4edaae9343680181c4ca67feb971b51b0783c628.zip
Allow nodes to use default connection API to stop kernel "panic"
Diffstat (limited to 'config')
-rw-r--r--config/runtime.exs3
1 files changed, 0 insertions, 3 deletions
diff --git a/config/runtime.exs b/config/runtime.exs
index 19078c5..5e03614 100644
--- a/config/runtime.exs
+++ b/config/runtime.exs
@@ -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]
]
]