set_worker_threads

Function set_worker_threads 

Source
pub fn set_worker_threads(runtime: &str, count: usize)
Expand description

Record the effective worker-thread count for a runtime at startup.

Labeled by runtime: “pipeline” (the multi-thread tokio runtime hosting the transaction pipeline) and “http” (the actix HTTP worker count). Backs the container-sizing observability contract (SC-003/SC-004).