More than halved time to keep invalid blocks during development

This commit is contained in:
Kevin Froman 2018-04-23 01:46:05 -05:00
parent 686e30f1ba
commit bbd881785d
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class OnionrCommunicate:
self._netController = netcontroller.NetController(0) # arg is the HS port but not needed rn in this file
self.newHashes = {} # use this to not keep hashes around too long if we cant get their data
self.keepNewHash = 100
self.keepNewHash = 20
self.ignoredHashes = []
self.highFailureAmount = 7