Skip to content

Commit f5494ac

Browse files
authored
docs: correct pip default cache enties (#547)
1 parent 804182a commit f5494ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ Otherwise, the Go detector uses go-cli command: `go list -m all` to discover Go
1010
## `PyPiMaxCacheEntries`
1111

1212
The environment variable `PyPiMaxCacheEntries` is used to control the size of the in-memory LRU cache that caches responses from PyPi.
13-
The default value is 128.
13+
The default value is 4096.
1414

1515
[1]: https://go.dev/ref/mod#go-mod-graph

0 commit comments

Comments
 (0)