diff options
| author | Dan Engelbrecht <[email protected]> | 2022-03-21 09:52:44 +0100 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2022-03-31 11:28:33 +0200 |
| commit | c6e5254f900722f9524e4ce8ed9372cde964e09a (patch) | |
| tree | ec6b17af9e4cbdcd331187233a2a8496f4baf0da /zenstore/compactcas.h | |
| parent | remove test code (diff) | |
| download | zen-c6e5254f900722f9524e4ce8ed9372cde964e09a.tar.xz zen-c6e5254f900722f9524e4ce8ed9372cde964e09a.zip | |
Change block size of compactcas stores
Diffstat (limited to 'zenstore/compactcas.h')
| -rw-r--r-- | zenstore/compactcas.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/zenstore/compactcas.h b/zenstore/compactcas.h index 1fddbf43a..9f354fbbe 100644 --- a/zenstore/compactcas.h +++ b/zenstore/compactcas.h @@ -95,8 +95,6 @@ static_assert(sizeof(CasDiskIndexEntry) == 32); struct CasContainerStrategy final : public GcStorage { - static constexpr uint32_t DefaultMaxBlockSize = 1u << 30; // 1 Gb - CasContainerStrategy(const CasStoreConfiguration& Config, CasGc& Gc); ~CasContainerStrategy(); |