Function reth::rpc::builder::constants::default_max_tracing_requests

source ·
pub fn default_max_tracing_requests() -> usize
Expand description

The default maximum number tracing requests we’re allowing concurrently. Tracing is mostly CPU bound so we’re limiting the number of concurrent requests to something lower that the number of cores, in order to minimize the impact on the rest of the system.