mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
chore(engine): remove MIN_WORKER_COUNT (#21829)
This commit is contained in:
@@ -335,7 +335,7 @@ pub struct EngineArgs {
|
||||
pub allow_unwind_canonical_header: bool,
|
||||
|
||||
/// Configure the number of storage proof workers in the Tokio blocking pool.
|
||||
/// If not specified, defaults to 2x available parallelism, clamped between 2 and 64.
|
||||
/// If not specified, defaults to 2x available parallelism.
|
||||
#[arg(long = "engine.storage-worker-count", default_value = Resettable::from(DefaultEngineValues::get_global().storage_worker_count.map(|v| v.to_string().into())))]
|
||||
pub storage_worker_count: Option<usize>,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user