add maxPeer check
This commit is contained in:
parent
9eadda0ed3
commit
0780879205
6 changed files with 73 additions and 30 deletions
|
|
@ -3,5 +3,6 @@
|
|||
var config = {
|
||||
networkName: 'testnet',
|
||||
p2pApiKey: 'lwjd5qra8257b9',
|
||||
p2pDebug: 3
|
||||
p2pDebug: 3,
|
||||
maxPeers: 5,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue