-
Couldn't load subscription status.
- Fork 2.7k
Closed
Labels
A-cachingArea: caching of dependencies, repositories, and build artifactsArea: caching of dependencies, repositories, and build artifacts
Description
As a result of #8522 changing the hash computation, the crates.io index path has changed from the long-running gitproxy.zycloud.tk-1ecc6299db9ec823 to gitproxy.zycloud.tk-f1e60147b9cdaa30. My main concern here is the increase in disk usage, since these tend to be kinda weighty (the new one is 81MB, my old one had accumulated 230MB).
I'm wondering if it would be better to try to match the old hash for this circumstance? Since Cargo doesn't have any sort of built-in garbage collection, the old index will persist unless the user manually deletes it.
Eh2406matthiaskrgr
Metadata
Metadata
Assignees
Labels
A-cachingArea: caching of dependencies, repositories, and build artifactsArea: caching of dependencies, repositories, and build artifacts