|
|
|
|
|
by feanaro
2633 days ago
|
|
> I'll add a file to my node then request it from a gateway and it will take multiple minutes before the file is resolved. Sadly, I've noticed this myself. Have you reported these things to the IPFS developers? > you need to keep the http request alive for the multiple days it might take to pin something I didn't understand this part. You make the HTTP request towards your local IPFS daemon? Why does it take several days to pin something? |
|
> Why does it take several days to pin something?
The daemon doesn't act like a torrent client, where you can add a pin and then come back later to check progress. You need to do an HTTP POST (or whatever verb) and then wait until it's done, which due to availability issues and size might take days to complete.