summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2023-10-05 07:38:55 -0400
committerGitHub <noreply@github.com>2023-10-05 07:38:55 -0400
commit4e302b30b6f29bd6f1edf7e7dfb835a959fc66e4 (patch)
treeb2359cf410111129b96249ff7a10c107fc2f1029 /changelog.d
parentFactor out `MultiWriter` token from `RoomStreamToken` (#16427) (diff)
downloadsynapse-4e302b30b6f29bd6f1edf7e7dfb835a959fc66e4.tar.xz
Add __slots__ to replication commands. (#16429)
To slightly reduce the amount of memory each command takes.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16429.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16429.misc b/changelog.d/16429.misc
new file mode 100644
index 0000000000..4241e143be
--- /dev/null
+++ b/changelog.d/16429.misc
@@ -0,0 +1 @@
+Reduce the size of each replication command instance.