Merge branch 'bootstrap' into testing
All checks were successful
Testing / default (push) Successful in 7m57s

This commit is contained in:
Lee Miller 2025-02-18 08:07:49 +02:00
commit 56e92a747a
Signed by: lee.miller
GPG Key ID: 4F97A5EA88F4AB63

View File

@ -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