diff options
| author | Stefan Boberg <[email protected]> | 2023-11-22 13:31:12 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-22 13:31:12 +0100 |
| commit | acdaa44049478c5b727a924d8e969ba6ce9729e7 (patch) | |
| tree | ab48fbdf87974ac453bcd61ff1d08d5cc9343072 | |
| parent | lined up rpc command descriptions with names (diff) | |
| download | zen-acdaa44049478c5b727a924d8e969ba6ce9729e7.tar.xz zen-acdaa44049478c5b727a924d8e969ba6ce9729e7.zip | |
Update CHANGELOG.md
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c62b65c7f..5e7c4e4b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ - Improvement: Simplified zenserver-test code by implementing dynamic port assignment, and also implemented transparent handling of port relocation for increased test robustness against environmental differences and socket lifetime 'noise' - Improvement: Refactor GCV2 so GcReferencer::RemoveExpiredData returns a store compactor, moving out the actual disk work from deleting items in the index. - Improvement: Refactor GCV2 GcResult to reuse GcCompactStoreStats and GcStats -- Improvement: Make GCV2 Compacting of stores non-parallell to not eat all the disk I/O when running GC +- Improvement: Make GCV2 Compacting of stores non-parallel to not eat all the disk I/O when running GC - Improvement: Added `ZEN_ASSERT_FORMAT`` implementation in `zencore/assertfmt.h` for better logging of errors. Introduced it into compact binary building code which had some existing use cases. ## 0.2.34 |