Skip to content

Commit 7c8c598

Browse files
...
1 parent 9e06cf0 commit 7c8c598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/managers.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ function connect(manager::ClusterManager, pid::Int, config::WorkerConfig)
607607
bind_addr = something(config.bind_addr, pubhost)
608608
end
609609

610-
tunnel = true # something(config.tunnel, false)
610+
tunnel = something(config.tunnel, false)
611611
@info "CONNECT TUNNEL=$tunnel"
612612

613613
s = split(pubhost,'@')

0 commit comments

Comments
 (0)