We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbbd626 commit a4c44a2Copy full SHA for a4c44a2
src/Microsoft.ComponentDetection.Detectors/pip/IPyPiClient.cs
@@ -31,7 +31,7 @@ public class PyPiClient : IPyPiClient
31
// Values used for cache creation
32
private const long CACHEINTERVALSECONDS = 60;
33
34
- private const long DEFAULTCACHEENTRIES = 128;
+ private const long DEFAULTCACHEENTRIES = 4096;
35
36
// max number of retries allowed, to cap the total delay period
37
private const long MAXRETRIES = 15;
0 commit comments