Try to improve connection limit handling.
This commit is contained in:
parent
83ddc63418
commit
354c975b40
|
@ -128,7 +128,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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user