disable async flush of memmap for now, before further investigation

This commit is contained in:
Alex Vlasov 2019-03-08 21:31:59 +01:00
parent 847b22826f
commit c46bc9b4ad

View File

@ -579,7 +579,7 @@ impl<E:Engine, P: PowersOfTauParameters> BachedAccumulator<E, P> {
} }
}; };
output_map.flush_async()?; output_map.flush()?;
Ok(()) Ok(())
} }