You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requesting a big file or group of files through the command line or the API is currently blocking. Pinning something big mean having a terminal running somewhere.
My personal use case is for a software build on top of IPFS that can request file or group of files that can be any size. Currently there is no other way than to have multiple HTTP request running indefinitely.
It would be nice, both for the API and the command line to be able to request something (pin? get?) and to have IPFS memorize this request and return.
The text was updated successfully, but these errors were encountered:
Requesting a big file or group of files through the command line or the API is currently blocking. Pinning something big mean having a terminal running somewhere.
My personal use case is for a software build on top of IPFS that can request file or group of files that can be any size. Currently there is no other way than to have multiple HTTP request running indefinitely.
It would be nice, both for the API and the command line to be able to request something (pin? get?) and to have IPFS memorize this request and return.
The text was updated successfully, but these errors were encountered: