orbitdb-archive / ipfs-log

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

Allow to specify a timeout for each function that performs reads. #221

Closed satazor closed 4 years ago

satazor commented 5 years ago

Description (Required)

Allow to specify the maximum amount of time to wait for a fetch/read operation from IPFS. This is a new feature.

Other changes (e.g. bug fixes, UI tweaks, refactors)

None.

TODO

Resolves #199

aphelionz commented 5 years ago

@satazor My PR #220 has been merged. You should be able to work your timeouts into the destructure options object now.

satazor commented 5 years ago

@aphelionz could you take on this PR? I will be focusing my attention in a decentralized identity solution for the DDCWG, called IDM, so my time will be limited.

aphelionz commented 5 years ago

Possibly, I'll let you know.

aphelionz commented 4 years ago

Closing this as it has unfortunately become stale and i obviously haven't been able to look at it :(

We can re-open if this is still something people are interested in.