aboutsummaryrefslogtreecommitdiff
path: root/zenstore/gc.cpp
diff options
context:
space:
mode:
authorPer Larsson <[email protected]>2021-11-30 15:04:05 +0100
committerPer Larsson <[email protected]>2021-11-30 15:04:05 +0100
commit571b483cad2d8c97a04d1f3ccdb594eb7e4cf791 (patch)
tree5e8004ed313ba8b5bd173045c79674edbf7ec6cd /zenstore/gc.cpp
parentAdded CAS total size. (diff)
downloadzen-571b483cad2d8c97a04d1f3ccdb594eb7e4cf791.tar.xz
zen-571b483cad2d8c97a04d1f3ccdb594eb7e4cf791.zip
Added CacheStore and CAS store sizes to status endpoint.
Diffstat (limited to 'zenstore/gc.cpp')
-rw-r--r--zenstore/gc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/zenstore/gc.cpp b/zenstore/gc.cpp
index 52bb33955..5c2ee2daa 100644
--- a/zenstore/gc.cpp
+++ b/zenstore/gc.cpp
@@ -138,7 +138,7 @@ CasGc::CollectGarbage()
// First gather reference set
GcContext GcCtx;
- GcCtx.SetDeletionMode(false);
+ GcCtx.SetDeletionMode(true);
for (GcContributor* Contributor : m_GcContribs)
{