Skip to content

Commit a4c44a2

Browse files
amitla1Amitla Vannikumar
andauthored
Increased number of default cache entries (#385)
Co-authored-by: �Amitla Vannikumar <avannikumar@microsoft.com>
1 parent cbbd626 commit a4c44a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.ComponentDetection.Detectors/pip/IPyPiClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class PyPiClient : IPyPiClient
3131
// Values used for cache creation
3232
private const long CACHEINTERVALSECONDS = 60;
3333

34-
private const long DEFAULTCACHEENTRIES = 128;
34+
private const long DEFAULTCACHEENTRIES = 4096;
3535

3636
// max number of retries allowed, to cap the total delay period
3737
private const long MAXRETRIES = 15;

0 commit comments

Comments
 (0)