reduced peer score minimum, blacklist peers
This commit is contained in:
parent
aab7d4296f
commit
a4c86630cf
2 changed files with 4 additions and 3 deletions
|
@ -53,11 +53,11 @@
|
|||
"allocations":{
|
||||
"disk": 9000000000,
|
||||
"netTotal": 1000000000,
|
||||
"blockCache" : 5000000,
|
||||
"blockCacheTotal" : 50000000
|
||||
"blockCache": 5000000,
|
||||
"blockCacheTotal": 50000000
|
||||
},
|
||||
"peers":{
|
||||
"minimumScore": -4000,
|
||||
"minimumScore": -1000,
|
||||
"maxStoredPeers": 100,
|
||||
"maxConnect": 3
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue