fix(replication): enable replication by default
This commit is contained in:
parent
d7650d5e74
commit
6ae6713573
@ -13,7 +13,7 @@ let config = {
|
||||
p2p: true,
|
||||
p2pConnections: 10,
|
||||
p2pBootstrap: true,
|
||||
p2pReplication: false,
|
||||
p2pReplication: true,
|
||||
|
||||
upnp: true,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user