feat(vote): restored voting (now working over p2p)

This commit is contained in:
Alexey Kasyanchuk
2018-04-13 15:56:45 +03:00
parent 5407ef8c59
commit c8e37ae4b2
5 changed files with 38 additions and 17 deletions

View File

@ -8,7 +8,8 @@ let config = {
httpPort: 8095,
spiderPort: 4445,
udpTrackersPort: 4446,
udpTrackersTimeout: 3 * 60 * 1000,
udpTrackersTimeout: 3 * 60 * 1000,
peerId: undefined,
p2p: true,
p2pConnections: 10,