Remove TODO

This commit is contained in:
Jonatan Kłosko 2024-06-18 19:23:21 +07:00
parent e32d52599c
commit ca30cbc509

View file

@ -171,13 +171,6 @@ defmodule Livebook.Runtime.ElixirStandalone do
""
end
# TODO: if Livebook is running using inet6_tcp, it is most likely
# because -proto_dist has been passed with ERL_AFLAGS or similar.
# This env var is propagated down, so the runtime node also receives
# it. If we pass -proto_dist here, it gets passed twice and as a
# result it is actually ignored. Ideally we want to pass it here
# and make OTP handle duplicates.
# "-proto_dist #{Livebook.Utils.proto_dist()} " <>
[
"--erl",
# Minimize schedulers busy wait threshold,