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