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
Generated
+3
View File
@@ -4672,6 +4672,7 @@ dependencies = [
"sp-runtime",
"temp-dir",
"tokio",
"tower",
"tracing",
]
@@ -6270,8 +6271,10 @@ dependencies = [
"pin-project-lite",
"sync_wrapper",
"tokio",
"tokio-util",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]