aboutsummaryrefslogtreecommitdiff
path: root/zenserver/config.h
diff options
context:
space:
mode:
authorPer Larsson <[email protected]>2021-12-14 09:41:04 +0100
committerPer Larsson <[email protected]>2021-12-14 09:41:04 +0100
commit5f8136b25040046c466c95cbec3874594ff91d0c (patch)
treeb6cdbf23a5074c18ed7565e8c81709a9df350c0c /zenserver/config.h
parentRemove Cid to CAS chunk mapping after GC. (diff)
downloadzen-5f8136b25040046c466c95cbec3874594ff91d0c.tar.xz
zen-5f8136b25040046c466c95cbec3874594ff91d0c.zip
Fixed bug in z$ service returning partial cache records and enable small object GC by default.
Diffstat (limited to 'zenserver/config.h')
-rw-r--r--zenserver/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zenserver/config.h b/zenserver/config.h
index bc8768961..8a507df39 100644
--- a/zenserver/config.h
+++ b/zenserver/config.h
@@ -76,7 +76,7 @@ struct ZenGcConfig
ZenCasEvictionPolicy Cas;
ZenCacheEvictionPolicy Cache;
int32_t IntervalSeconds = 0;
- bool CollectSmallObjects = false;
+ bool CollectSmallObjects = true;
bool Enabled = true;
};