aboutsummaryrefslogtreecommitdiff
path: root/zenstore/compactcas.h
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2022-03-21 09:52:44 +0100
committerDan Engelbrecht <[email protected]>2022-03-31 11:28:33 +0200
commitc6e5254f900722f9524e4ce8ed9372cde964e09a (patch)
treeec6b17af9e4cbdcd331187233a2a8496f4baf0da /zenstore/compactcas.h
parentremove test code (diff)
downloadzen-c6e5254f900722f9524e4ce8ed9372cde964e09a.tar.xz
zen-c6e5254f900722f9524e4ce8ed9372cde964e09a.zip
Change block size of compactcas stores
Diffstat (limited to 'zenstore/compactcas.h')
-rw-r--r--zenstore/compactcas.h2
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();