Implement a global concurrency limit on provider requests

This commit is contained in:
Omar Abdulla
2025-10-04 15:47:56 +03:00
parent fe7eaae984
commit 2bb9594857
17 changed files with 241 additions and 210 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ echo ""
# Run the tool
RUST_LOG="info,alloy_pubsub::service=error" cargo run --release -- test \
--platform revive-dev-node-polkavm-resolc \
--platform revive-dev-node-revm-solc \
--corpus "$CORPUS_FILE" \
--working-directory "$WORKDIR" \
--concurrency.number-of-nodes 5 \