Skip to content

Commit

Permalink
nit: example timeout was off by 10 (ourzora#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrugs authored Jan 31, 2022
1 parent 8d6b160 commit 682bb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const parser = new Agent({
// IPFS Gateway URL (optional, defaults to cloudflare)
ipfsGatewayUrl: IPFS_URL,
// Timeout: defaults to 40 seconds, recommended timeout is 60 seconds (in milliseconds)
timeout: 60 * 10000,
timeout: 60 * 1000,
})

// Can use typical promises or async/await to get the return value of fetchMetadata
Expand Down

0 comments on commit 682bb03

Please sign in to comment.