Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class PyPiClient : IPyPiClient
// Values used for cache creation
private const long CACHEINTERVALSECONDS = 60;

private const long DEFAULTCACHEENTRIES = 128;
private const long DEFAULTCACHEENTRIES = 4096;

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