From f5494ac552b59b9ae4f6cd78b3947b6f2a037ebe Mon Sep 17 00:00:00 2001 From: Justin Perez Date: Mon, 1 May 2023 14:47:35 -0700 Subject: [PATCH] docs: correct pip default cache enties (#547) --- docs/environment-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/environment-variables.md b/docs/environment-variables.md index 50084a4e..d510e72b 100644 --- a/docs/environment-variables.md +++ b/docs/environment-variables.md @@ -10,6 +10,6 @@ Otherwise, the Go detector uses go-cli command: `go list -m all` to discover Go ## `PyPiMaxCacheEntries` The environment variable `PyPiMaxCacheEntries` is used to control the size of the in-memory LRU cache that caches responses from PyPi. -The default value is 128. +The default value is 4096. [1]: https://go.dev/ref/mod#go-mod-graph