Commit a3f9617bcf8154cee6ffbf873580788791135a03

Carlos Martín Nieto 2022-05-03T14:09:40

midx: do not verify the checksum on load This is something we only want to do during explicit verification rather than on every load. Verifying does not seem like a big deal when we're running with test workloads but once your `multi-pack-index` reaches gigabytes, we spend more time hashing this than doing any work.