use 12 minutes instead of 15 as delay in contact_is_good
This commit is contained in:
parent
30c4b160f1
commit
0e80123615
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class _Contact(object):
|
||||||
"""
|
"""
|
||||||
failures = self.failures
|
failures = self.failures
|
||||||
now = self.getTime()
|
now = self.getTime()
|
||||||
delay = constants.refreshTimeout / 4
|
delay = constants.checkRefreshInterval
|
||||||
|
|
||||||
if failures:
|
if failures:
|
||||||
if self.lastReplied and len(failures) >= 2 and self.lastReplied < failures[-2]:
|
if self.lastReplied and len(failures) >= 2 and self.lastReplied < failures[-2]:
|
||||||
|
|
Loading…
Reference in a new issue