do not try to download already saved blocks from upload

This commit is contained in:
Kevin Froman 2018-08-16 23:21:21 -05:00
parent 91c1e22324
commit 40ea61707f
No known key found for this signature in database
GPG key ID: 0D414D0FE405B63B
3 changed files with 8 additions and 4 deletions

View file

@ -57,8 +57,8 @@
"blockCacheTotal": 50000000
},
"peers":{
"minimumScore": -1000,
"maxStoredPeers": 100,
"maxConnect": 3
"minimumScore": -100,
"maxStoredPeers": 500,
"maxConnect": 5
}
}