use config for some timers

This commit is contained in:
Kevin Froman 2018-08-25 09:33:38 -05:00
parent b6c015255d
commit 7a7b627259
2 changed files with 6 additions and 2 deletions

View file

@ -60,5 +60,9 @@
"minimumScore": -100,
"maxStoredPeers": 5000,
"maxConnect": 5
},
"timers":{
"lookupBlocks": 25,
"getBlocks": 30
}
}