mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 00:31:07 +00:00
Make candidate validation bounded again (#2125)
This PR aims to channel the backpressure of the PVF host's preparation and execution queues to the candidate validation subsystem consumers. Related: #708
This commit is contained in:
@@ -55,7 +55,7 @@ prometheus = { version = "0.13.0", default-features = false }
|
||||
serde = "1.0.195"
|
||||
serde_yaml = "0.9"
|
||||
paste = "1.0.14"
|
||||
orchestra = { version = "0.3.3", default-features = false, features = ["futures_channel"] }
|
||||
orchestra = { version = "0.3.4", default-features = false, features = ["futures_channel"] }
|
||||
pyroscope = "0.5.7"
|
||||
pyroscope_pprofrs = "0.2.7"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user