mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-17 08:57:28 +08:00
Remove TODO
This commit is contained in:
parent
e32d52599c
commit
ca30cbc509
1 changed files with 0 additions and 7 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue