mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
docs: clarify max rpc tracing requests (#11796)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
This commit is contained in:
@@ -320,7 +320,7 @@ fn preprocess_help(s: &str) -> Cow<'_, str> {
|
||||
(r"default: reth/.*/\w+", "default: reth/<VERSION>/<OS>"),
|
||||
// Remove rpc.max-tracing-requests default value
|
||||
(
|
||||
r"(rpc.max-tracing-requests <COUNT>\n.*\n.*\n.*)\[default: \d+\]",
|
||||
r"(rpc.max-tracing-requests <COUNT>\n.*\n.*\n.*\n.*\n.*)\[default: \d+\]",
|
||||
r"$1[default: <NUM CPU CORES-2>]",
|
||||
),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user