feat(p2p): p2p torrents replication

This commit is contained in:
Alexey Kasyanchuk
2018-03-12 15:55:30 +03:00
parent 223fe8c1ab
commit db8a8cbd36
5 changed files with 152 additions and 68 deletions

View File

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