mirror of
https://github.com/aljazceru/pear-docs.git
synced 2025-12-17 22:44:21 +01:00
Fix spelling (#109)
This commit is contained in:
committed by
GitHub
parent
adfa378948
commit
f8936b1cdd
@@ -37,7 +37,7 @@ await Promise.all([core1.ready(), core2.ready(), core3.ready()])
|
||||
console.log('main core key:', b4a.toString(core1.key, 'hex'))
|
||||
|
||||
// Here we'll only join the swarm with the core1's discovery key
|
||||
// We don't need to announce core2 and core3, because they'll replicated with core1
|
||||
// We don't need to announce core2 and core3, because they'll be replicated with core1
|
||||
swarm.join(core1.discoveryKey)
|
||||
|
||||
// Corestore replication internally manages to replicate every loaded core
|
||||
|
||||
Reference in New Issue
Block a user