mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 15:28:01 -05:00
refactor: Remove max_proof_task_concurrency as configurable variable (#19009)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: yongkangc <46377366+yongkangc@users.noreply.github.com> Co-authored-by: Yong Kang <chiayongkang@hotmail.com>
This commit is contained in:
@@ -269,11 +269,6 @@ fn preprocess_help(s: &str) -> Cow<'_, str> {
|
||||
r"(rpc.max-tracing-requests <COUNT>\n.*\n.*\n.*\n.*\n.*)\[default: \d+\]",
|
||||
r"$1[default: <NUM CPU CORES-2>]",
|
||||
),
|
||||
// Handle engine.max-proof-task-concurrency dynamic default
|
||||
(
|
||||
r"(engine\.max-proof-task-concurrency.*)\[default: \d+\]",
|
||||
r"$1[default: <DYNAMIC: CPU cores * 8>]",
|
||||
),
|
||||
// Handle engine.reserved-cpu-cores dynamic default
|
||||
(
|
||||
r"(engine\.reserved-cpu-cores.*)\[default: \d+\]",
|
||||
|
||||
Reference in New Issue
Block a user