ipfs-shipyard / ipfs-shipyard/integration-mini-projects
ipfs/distributions is very innefficient
Open
- Dominant language
- No language data
- Stars
- 14
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Our https://github.com/ipfs/distributions builds the dist.ipfs.io page. However, for every project in that page, it uses ipfs to fetch the full size of dist.ipfs.io and copy it into temp.
If you have never fetched it before it will take ages to download. If you have, it will still copy gigabytes of data from the ipfs blockstore to /tmp on every project build.
We should not be downloading all of dist to be able to update it. The `ipfs files` commands provide mechanisms to do this.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.