cuprate_constants::rpc

Constant OUTPUT_HISTOGRAM_RECENT_CUTOFF_RESTRICTION

Source
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);

Used at: https://github.com/monero-project/monero/blob/a1dc85c5373a30f14aaf7dcfdd95f5a7375d3623/src/rpc/core_rpc_server.cpp#L2961