Enable fastresume in tests
This commit is contained in:
parent
c4888d5123
commit
ea39ec787a
2 changed files with 2 additions and 0 deletions
|
|
@ -221,6 +221,7 @@ impl BitVFactory for JsonSessionPersistenceStore {
|
|||
.write(true)
|
||||
.open(&filename)
|
||||
.with_context(|| format!("error opening {filename:?}"))?;
|
||||
trace!(?filename, "stored initial check bitfield");
|
||||
Ok(MmapBitV::new(f)
|
||||
.with_context(|| format!("error constructing MmapBitV from file {filename:?}"))?
|
||||
.into_dyn())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue