stores: bloom filters back to default due to slow reads, v3 will bring down the needed RAM

This commit is contained in:
nym21
2025-07-13 16:49:45 +02:00
parent d6fa5c8a55
commit d41d807b4f
3 changed files with 7 additions and 3 deletions

View File

@@ -147,6 +147,7 @@ impl HeaderInner {
{
return Err(Error::DifferentCompressionMode);
}
Ok(header)
}
}

View File

@@ -66,7 +66,7 @@ where
} else {
(
Header::import_and_verify(&mut file, version, Format::Raw)?,
None,
Some(file),
)
}
}