summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]
]
]