fix(replication): enable replication by default

This commit is contained in:
Alexey Kasyanchuk 2018-03-30 22:58:11 +03:00
parent d7650d5e74
commit 6ae6713573

View File

@ -13,7 +13,7 @@ let config = {
p2p: true,
p2pConnections: 10,
p2pBootstrap: true,
p2pReplication: false,
p2pReplication: true,
upnp: true,