pub const COMPLAIN_ABOUT_TRACE_SIZE: &str = "what are you doing with 2^63 microseconds in a single trace!";
Expand description

It’s possible for a chrono::Duration to have more than 2^63 microseconds and overflow, we ignore that possibility.