diff options
| author | Per Larsson <[email protected]> | 2021-11-30 15:04:05 +0100 |
|---|---|---|
| committer | Per Larsson <[email protected]> | 2021-11-30 15:04:05 +0100 |
| commit | 571b483cad2d8c97a04d1f3ccdb594eb7e4cf791 (patch) | |
| tree | 5e8004ed313ba8b5bd173045c79674edbf7ec6cd /zenstore/gc.cpp | |
| parent | Added CAS total size. (diff) | |
| download | zen-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.cpp | 2 |
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) { |