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
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
But using the hashes of these images using the api ipfs.files.get is never calling my callback. In other cases where the images do exist I successfully get images back.
Question:
What is the average / max times it could take to find a file in the network? Will the call to ipfs.files.get timeout eventually? If so how can I set the timeout value and what is the default?
constcid='QmQ2r6iMNpky5f1m4cnm3Yqw8VSvjuKpTcK1X7dBR1LkJF'ipfs.files.get(cid,(err,files)=>{if(err)returnconsole.log(err)console.log(files)// two files, folder and cat.gif})