pub const OUTPUT_HISTOGRAM_RECENT_CUTOFF_RESTRICTION: Duration;
Expand description
Maximum output histrogram cutoff. Original definition.
This is the maximum cutoff duration allowed in get_output_histogram
(3 days).
assert_eq!(OUTPUT_HISTOGRAM_RECENT_CUTOFF_RESTRICTION.as_secs(), 86_400 * 3);