pub const DEFAULT_MAX_OPEN_MPT: u32 = 4;
Expand description

The max number of opened MPT databases at the same time. Accessing a state currently involves both the intermediate MPT and delta MPT, so setting this to 4 allows to access two states at the same time.