pub const MEDIAN_ALGORITHM_CARDINALITY: usize = 1200;
Expand description

How many blocks to wait before running the median algorithm for relative time This will not vary from chain to chain as it is not dependent on slot duration or epoch length.