Add min_flusher_count configuration

This commit is contained in:
Vitaliy Filippov
2021-04-03 00:53:28 +03:00
parent ad9f619370
commit 8f8b90be7a
7 changed files with 28 additions and 20 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ blockstore_impl_t::blockstore_impl_t(blockstore_config_t & config, ring_loop_t *
close(journal.fd);
throw;
}
flusher = new journal_flusher_t(flusher_count, this);
flusher = new journal_flusher_t(this);
}
blockstore_impl_t::~blockstore_impl_t()