Skip to content

Commit

Permalink
Base.worker_timeout() mention in manual (#30439)
Browse files Browse the repository at this point in the history
The manual mentions at https://docs.julialang.org/en/v1/manual/environment-variables/#JULIA_WORKER_TIMEOUT-1 a function Base.worker_timeout() but the implementation has instead only a function Distributed.worker_timeout()
  • Loading branch information
mgkuhn authored and fredrikekre committed Dec 20, 2018
1 parent 735d755 commit 258e08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/manual/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ logical CPU cores available.

### `JULIA_WORKER_TIMEOUT`

A [`Float64`](@ref) that sets the value of `Base.worker_timeout()` (default: `60.0`).
A [`Float64`](@ref) that sets the value of `Distributed.worker_timeout()` (default: `60.0`).
This function gives the number of seconds a worker process will wait for
a master process to establish a connection before dying.

Expand Down

0 comments on commit 258e08a

Please sign in to comment.