More than halved time to keep invalid blocks during development
This commit is contained in:
parent
686e30f1ba
commit
bbd881785d
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class OnionrCommunicate:
|
||||||
self._netController = netcontroller.NetController(0) # arg is the HS port but not needed rn in this file
|
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.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.ignoredHashes = []
|
||||||
|
|
||||||
self.highFailureAmount = 7
|
self.highFailureAmount = 7
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue