diff options
| author | Per Larsson <[email protected]> | 2021-12-14 09:41:04 +0100 |
|---|---|---|
| committer | Per Larsson <[email protected]> | 2021-12-14 09:41:04 +0100 |
| commit | 5f8136b25040046c466c95cbec3874594ff91d0c (patch) | |
| tree | b6cdbf23a5074c18ed7565e8c81709a9df350c0c /zenserver/config.h | |
| parent | Remove Cid to CAS chunk mapping after GC. (diff) | |
| download | zen-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.h | 2 |
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; }; |