Function default_max_tracing_requests
pub fn default_max_tracing_requests() -> usize
Available on crate feature
rpc
only.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.