This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
Provide "num_workers" configuration option #10872
Labels
F8-enhancement 🎊
An additional feature request.
M4-core ⛓
Core client code / Rust.
P7-nicetohave 🐕
Issue is worth doing eventually.
Milestone
re #10085
num_workers
is currently hard-coded to 4https://github.com/paritytech/parity-ethereum/blob/7c335e87642b848f61ab3ee7bbff5964b53d6f11/util/io/src/service_mio.rs#L198_
A configuration-option should be provided, with a default of 4.
Implementation
Look at the
num_verifiers
config option as a guideline.Compatibility
Using a default of 4, the behavior should be the same
The text was updated successfully, but these errors were encountered: