Skip to content

Commit 3720edf

Browse files
authored
Remove JULIA_PKGRESOLVE_ACCURACY env var from the docs (#34628)
There is no need to have this in the docs. It is not tested and it is part of the internals of the resolver.
1 parent cced577 commit 3720edf

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

doc/src/manual/environment-variables.md

-14
Original file line numberDiff line numberDiff line change
@@ -146,20 +146,6 @@ The absolute path `REPL.find_hist_file()` of the REPL's history file. If
146146
$(DEPOT_PATH[1])/logs/repl_history.jl
147147
```
148148

149-
### `JULIA_PKGRESOLVE_ACCURACY`
150-
151-
A positive `Int` that determines how much time the package dependency resolver's max-sum
152-
subroutine `MaxSum.maxsum()` will devote to attempting to satisfy constraints before giving
153-
up. This value's default is `1`, with higher values corresponding to longer amounts of
154-
time.
155-
156-
Suppose the value of `$JULIA_PKGRESOLVE_ACCURACY` is `n`. Then
157-
158-
* the number of pre-decimation iterations is `20*n`,
159-
* the number of iterations between decimation steps is `10*n`, and
160-
* at decimation steps, at most one in every `20*n` packages is decimated.
161-
162-
163149
## External applications
164150

165151
### `JULIA_SHELL`

0 commit comments

Comments
 (0)