diff options
Diffstat (limited to 'src/zenstore/compactcas.cpp')
| -rw-r--r-- | src/zenstore/compactcas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenstore/compactcas.cpp b/src/zenstore/compactcas.cpp index 715704c2e..a6bd71bd7 100644 --- a/src/zenstore/compactcas.cpp +++ b/src/zenstore/compactcas.cpp @@ -538,7 +538,7 @@ CasContainerStrategy::CollectGarbage(GcContext& GcCtx) m_CasLog.Append(LogEntries); m_CasLog.Flush(); }, - [&GcCtx]() { return GcCtx.CollectSmallObjects(); }); + [&GcCtx]() { return GcCtx.ClaimGCReserve(); }); if (!DeletedChunks.empty()) { |