const MAX_CONFLUX_LEGS: usize = 16;Expand description
The maximum number of conflux legs to store in the conflux set SmallVec.
Attempting to store more legs will cause the SmallVec to spill to the heap.
Note: this value was picked arbitrarily and may not be suitable.