orbitdb-archive / ipfs-log

Append-only log CRDT on IPFS
https://orbitdb.github.io/ipfs-log/
MIT License
398 stars 55 forks source link

Pass timeout option through to fetchParallel #258

Closed chmanie closed 5 years ago

chmanie commented 5 years ago

Description (Required)

This passes down the timeout option to where it can actually be utilised (fetchParallel). This is setting the foundation for https://github.com/orbitdb/orbit-db-store/pull/61 to work.