remove-redundant-replicate-corestore (#171)

This commit is contained in:
Marco
2025-03-05 22:56:49 +11:00
committed by GitHub
parent c8b7455f25
commit 835fd15cb6

View File

@@ -102,7 +102,6 @@ await core.ready()
const foundPeers = core.findingPeers()
swarm.join(core.discoveryKey)
swarm.on('connection', conn => core.replicate(conn))
swarm.flush().then(() => foundPeers())
// update the meta-data of the hypercore instance