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 has been archived by the owner on Jan 7, 2022. It is now read-only.
I'm going through all of the hyper*universe and noticed that hypervision creates its swarms like hyperdiscovery(feed, {live: true}), where feed is a hypercore.
Currently the readme is lacking the live option, so I'm not entirely sure what it does; feels like it might let peers know that a feed is creating new data in realtime?
The text was updated successfully, but these errors were encountered:
Ah yes, we need to document that! Hyperdiscovery passes that option to the feed.replicate()in hypercore.
The live option will keep the replication stream open after all data is downloaded. live: false is useful if you want to download the latest set of data and exit when the stream closes.
I'm going through all of the hyper*universe and noticed that hypervision creates its swarms like
hyperdiscovery(feed, {live: true})
, where feed is a hypercore.Currently the readme is lacking the live option, so I'm not entirely sure what it does; feels like it might let peers know that a feed is creating new data in realtime?
The text was updated successfully, but these errors were encountered: