import: use spooled temporary file
Previously, we'd just load fetched data into memory, but that seems a bit wasteful. After all, some repositories can be quite large. Use a spooled temporary file instead when fetching repositories, and allow the customising the buffer size.
Loading
Please register or sign in to comment