aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2024-09-10 10:07:24 +0200
committerDan Engelbrecht <[email protected]>2024-09-10 10:07:24 +0200
commitd3ae641ef657ce0c6b935e46be14b66a4cd25bb2 (patch)
tree983a2d1a533e280b68b7614560db1cd03fd91985
parenttrace scopes improvements (diff)
downloadzen-d3ae641ef657ce0c6b935e46be14b66a4cd25bb2.tar.xz
zen-d3ae641ef657ce0c6b935e46be14b66a4cd25bb2.zip
changelog
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6d0d45532..21bff4613 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
##
- Bugfix: Fix race condition in zenserver during batched fetch of small cache chunks (<=1024b) resulting in missing rawhash/rawsize in the response. UE-223703
+- Improvement: Don't add batch overhead if we are only going to put once cache value in a request
## 5.5.6
- Bugfix: Make sure `noexcept` functions does not leak exceptions via ASSERT statements which causes crash via abort