pub(crate) const MAX_GRAPH_EDGES: usize = 2048;
Maximum number of edges we’ll traverse when processing a graph.