MAX_TOTAL_NODES

Constant MAX_TOTAL_NODES 

Source
pub const MAX_TOTAL_NODES: usize = 32;
Expand description

Soft upper bound on the total node count across all subgraphs combined.

This constant is not enforced during validation in Phase G. Starting from Phase J the executor consults CouncilConfig::max_total_nodes (which defaults to this value) and emits a warn-only cost-estimate event when the aggregate budget is exceeded.