MAX_VALUES_PER_PATH

Constant MAX_VALUES_PER_PATH 

Source
const MAX_VALUES_PER_PATH: usize = 1000;
Expand description

Maximum number of Value nodes allowed per path. Once exceeded, further field nodes are not created (precision trade-off).