Skip to main content

MAX_NODES

Constant MAX_NODES 

Source
pub const MAX_NODES: usize = 1_024;
Expand description

The maximum number of nodes one plan may contain.

The bound is a framework capability rather than durable meaning: the manifest reader enforces the ceiling of the running build, and raising it in a later release must not change a fingerprint.