disable async flush of memmap for now, before further investigation
This commit is contained in:
parent
847b22826f
commit
c46bc9b4ad
@ -579,7 +579,7 @@ impl<E:Engine, P: PowersOfTauParameters> BachedAccumulator<E, P> {
|
||||
}
|
||||
};
|
||||
|
||||
output_map.flush_async()?;
|
||||
output_map.flush()?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user