pub const DEFAULT_TRACE_DEPTH: u32 = 2; // 2u32
Default chain depth when --depth is unset. Small by design: symbol-level is best-effort, so a shallow bound keeps the trace legible and bounded.
--depth