Discard the bootstrapping target from node pool before connecting
This commit is contained in:
parent
efc4be0ec1
commit
78e14c1e62
|
@ -96,6 +96,7 @@ class Manager(threading.Thread):
|
|||
self.fill_bootstrap_pool()
|
||||
return
|
||||
logging.info('Starting a bootstrapper for %s:%s', *target)
|
||||
shared.node_pool.discard(target)
|
||||
connect(target, Bootstrapper)
|
||||
|
||||
outgoing_connections = 0
|
||||
|
|
Loading…
Reference in New Issue
Block a user