Skip to content

Commit 258e08a

Browse files
mgkuhnfredrikekre
authored andcommitted
Base.worker_timeout() mention in manual (#30439)
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()
1 parent 735d755 commit 258e08a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/manual/environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ logical CPU cores available.
151151

152152
### `JULIA_WORKER_TIMEOUT`
153153

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

0 commit comments

Comments
 (0)