summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorJeremy Kescher <jeremy@kescher.at>2022-12-15 04:03:13 +0000
committerGitHub <noreply@github.com>2022-12-14 20:03:13 -0800
commit046320b9b602957b258587a62a63c2508ea31c23 (patch)
tree74e4d78218216b984689e6d22ccab1e952167791 /changelog.d
parentAllow `compute_state_after_events` to use partial state (#14676) (diff)
downloadsynapse-046320b9b602957b258587a62a63c2508ea31c23.tar.xz
Fix missing word in autotune sub-option description (#14674)
Fix `target_memory_usage` being used in the description for the actual `cache_autotune` sub-option `target_cache_memory_usage`.

Signed-off-by: Jeremy Kescher <jeremy@kescher.at>

Signed-off-by: Jeremy Kescher <jeremy@kescher.at>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14674.doc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14674.doc b/changelog.d/14674.doc
new file mode 100644
index 0000000000..df21417819
--- /dev/null
+++ b/changelog.d/14674.doc
@@ -0,0 +1 @@
+Fix `target_memory_usage` being used in the description for the actual `cache_autotune` sub-option `target_cache_memory_usage`.