Try to improve connection limit handling.

This commit is contained in:
Lee Miller 2023-03-14 23:34:32 +02:00
parent c897c299fe
commit c1690822cd
Signed by: lee.miller
GPG Key ID: 4F97A5EA88F4AB63

View File

@ -140,7 +140,7 @@ class Manager(threading.Thread):
' an I2P connection', exc_info=True)
else:
continue
else:
elif outgoing_connections < shared.outgoing_connections:
c = Connection(addr[0], addr[1])
c.start()
hosts.add(c.host)