More than halved time to keep invalid blocks during development
This commit is contained in:
parent
686e30f1ba
commit
bbd881785d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user