Skip to content

Commit 31b6a6f

Browse files
committed
todo/bounded nursery in identify-push
1 parent 3403689 commit 31b6a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libp2p/identity/identify_push/identify_push.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,4 @@ async def push_identify_to_peers(
190190
# limiting concurrent connections to 10
191191
async with trio.open_nursery() as nursery:
192192
for peer_id in peer_ids:
193-
nursery.start_soon(push_identify_to_peer, host, peer_id, observed_multiaddr)
193+
nursery.start_soon(limited_push, peer_id)

0 commit comments

Comments
 (0)