diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-10-05 07:38:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-05 07:38:55 -0400 |
commit | 4e302b30b6f29bd6f1edf7e7dfb835a959fc66e4 (patch) | |
tree | b2359cf410111129b96249ff7a10c107fc2f1029 /changelog.d | |
parent | Factor out `MultiWriter` token from `RoomStreamToken` (#16427) (diff) | |
download | synapse-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.misc | 1 |
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. |