...wtf...

This commit is contained in:
Igor Katson 2024-05-03 12:15:25 +01:00
parent 122b22c2e5
commit 68c6fb2547

View file

@ -300,8 +300,8 @@ async fn async_main(opts: Opts) -> anyhow::Result<()> {
default_defer_writes: opts.defer_writes,
default_storage_factory: Some({
fn wrap<S: StorageFactory + Clone>(s: S) -> impl StorageFactory {
TimingStorageFactory::new("hdd".to_owned(), SlowStorageFactory::new(s))
// TimingStorageFactory::new("hdd".to_owned(), s)
// TimingStorageFactory::new("hdd".to_owned(), SlowStorageFactory::new(s))
TimingStorageFactory::new("hdd".to_owned(), s)
}
if opts.experimental_mmap_storage {