mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
* fixed todo: throttle on async validators * added test: validate message respects concurrency limit * added newsfragment * added configurable validator semaphore in the PubSub constructor * added the concurrency-checker in the original test-validate-msg test case * separate out a _run_async_validator function * remove redundant run_async_validator
3 lines
140 B
ReStructuredText
3 lines
140 B
ReStructuredText
Added throttling for async topic validators in validate_msg, enforcing a
|
|
concurrency limit to prevent resource exhaustion under heavy load.
|