Use inet_dist_list_min for server

This commit is contained in:
José Valim 2025-04-27 12:39:22 +02:00
parent 92a940c282
commit 0c36ff5e58

View file

@ -3,4 +3,9 @@
+sbwt none +sbwtdcpu none +sbwtdio none +Q 65536
# Set custom EPMD module and port
-epmd_module Elixir.Livebook.EPMD -erl_epmd_port 13825
#
# Note we don't use -erl_epmd_port here on purpose,
# because that also assumes all nodes we connect to
# run on erl_epmd_port and Livebook's attached node
# needs to be able to connect regurlarly.
-epmd_module Elixir.Livebook.EPMD -kernel inet_dist_listen_min 13825