1/// This value is try to set tx key range as tight as possible, 2/// so that db iterating can stop sooner, rather than walking over the whole range of tombstones. 3/// empty_tx_size = 72 4pub const TX_INDEX_UPPER_BOUND: u32 = 597 * 1000 / 72;