Files
orchard/backend/app/pypi_proxy.py
Mondo Diaz 36cf288526 Stream downloads to temp file to reduce memory usage
- Download packages in 64KB chunks to temp file instead of loading into memory
- Upload to S3 from temp file (streaming)
- Clean up temp file after processing
- Reduces memory footprint from 2x file size to 1x file size
2026-02-05 09:15:09 -06:00

32 KiB