pub(crate) const MAX_CPU_PROFILE_TIME_SECS: u64 = 3600;Expand description
The maximum permitted CPU profile capture duration. A capture holds the jemalloc profiling control lock for its entire run, which blocks the heap profiling endpoints, so runaway requests must be bounded.