We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383d7cb commit 8bfd4bdCopy full SHA for 8bfd4bd
libp2p/identity/identify_push/identify_push.py
@@ -178,6 +178,7 @@ async def push_identify_to_peers(
178
observed_multiaddr: Multiaddr | None = None,
179
counter: dict[str, int] | None = None,
180
lock: trio.Lock | None = None,
181
+ limit: int = CONCURRENCY_LIMIT,
182
) -> int: # <-- return the max concurrency
183
"""
184
Push an identify message to multiple peers in parallel.
0 commit comments