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
connect to the IPFS node running on my local machine
ask the public gateway via HTTPS
We could also try spawning an ephemeral node, but the gateway is already well-connected and should give a faster response. Lots of switches and flags for controlling this flow can come in after.
The text was updated successfully, but these errors were encountered:
We already spawn an ephemeral node, so let's stay with this for the time being. Using the public gateway would only let us fetch individual files -- right? -- which would mean many round trips for fetching directories.
If I run
ipget <hash>
I'd expect to (in order):We could also try spawning an ephemeral node, but the gateway is already well-connected and should give a faster response. Lots of switches and flags for controlling this flow can come in after.
The text was updated successfully, but these errors were encountered: