diff --git a/lbrynet/dht/contact.py b/lbrynet/dht/contact.py index d7bbb443b..736dfa476 100644 --- a/lbrynet/dht/contact.py +++ b/lbrynet/dht/contact.py @@ -68,7 +68,7 @@ class _Contact(object): """ failures = self.failures now = self.getTime() - delay = constants.refreshTimeout / 4 + delay = constants.checkRefreshInterval if failures: if self.lastReplied and len(failures) >= 2 and self.lastReplied < failures[-2]: