mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-10 07:48:19 -05:00
refactor: revert Remove max_proof_task_concurrency as configurable variable" (#19062)
This commit is contained in:
@@ -269,6 +269,11 @@ 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