-
Notifications
You must be signed in to change notification settings - Fork 114
Closed
Labels
detector:pipThe pip detectorThe pip detectorgood first issueGood for newcomersGood for newcomersstatus:readyReady to start implementationReady to start implementationtype:refactorRefactoring or improving of existing codeRefactoring or improving of existing code
Description
This is the size of the in-memory cache for requests to PyPi. Currently it's 128, but it should be increased to a larger default value. We've had several customers use 4096 as a default value without issue.
component-detection/src/Microsoft.ComponentDetection.Detectors/pip/IPyPiClient.cs
Line 34 in 5a7cd43
| private const long DEFAULTCACHEENTRIES = 128; |
Metadata
Metadata
Assignees
Labels
detector:pipThe pip detectorThe pip detectorgood first issueGood for newcomersGood for newcomersstatus:readyReady to start implementationReady to start implementationtype:refactorRefactoring or improving of existing codeRefactoring or improving of existing code