fixes
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
Scott E. Graves 2024-12-22 12:54:10 -06:00
parent 18b865bbea
commit 924875d0b2

View File

@ -417,7 +417,7 @@ auto file_manager::open(
auto ring_buffer_file_size{
static_cast<std::uint64_t>(config_.get_ring_buffer_file_size()) *
1024UL * 1024UL * 1024UL,
1024UL * 1024UL,
};
auto ring_size{ring_buffer_file_size / chunk_size};