Skip to content

Commit

Permalink
some latency hacks (#30566)
Browse files Browse the repository at this point in the history
These changes cut some method dependency edges that tend to lead to
invalidations when loading packages.
  • Loading branch information
JeffBezanson authored Jan 8, 2019
1 parent 74a56fd commit 5e56fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/managers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ manage
struct DefaultClusterManager <: ClusterManager
end

const tunnel_hosts_map = Dict{AbstractString, Semaphore}()
const tunnel_hosts_map = Dict{String, Semaphore}()

"""
connect(manager::ClusterManager, pid::Int, config::WorkerConfig) -> (instrm::IO, outstrm::IO)
Expand Down

0 comments on commit 5e56fd9

Please sign in to comment.