From bbd881785d9a6117c06a2be89400f58093ad51f1 Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Mon, 23 Apr 2018 01:46:05 -0500 Subject: [PATCH] More than halved time to keep invalid blocks during development --- onionr/communicator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onionr/communicator.py b/onionr/communicator.py index eb6d4fe1..673668bc 100755 --- a/onionr/communicator.py +++ b/onionr/communicator.py @@ -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