ipfs/kubo

Limit the size of files that IPFS will fetch from the P2P network.

Open

#2,759 建立於 2016年5月24日

在 GitHub 查看
 (5 留言) (2 反應) (0 負責人)Go (2,725 fork)batch import
help wantedkind/enhancementtopic/gateway

倉庫指標

Star
 (13,906 star)
PR 合併指標
 (平均合併 4天 2小時) (30 天內合併 28 個 PR)

描述

The IPFS api is nice and simple, but can cause problems for people wanting to use it as a gateway to serve images. A request for the wrong hash could cause ipfsd to start fetching a ton of data that is not actually desired.

The solutions I have at the moment are to do ipfs file ls first and then fetch, but that requires me to set up my own middleware when it would be nice to have the daemon fetch it for me.

貢獻者指南