summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2023-03-16 11:13:30 -0400
committerGitHub <noreply@github.com>2023-03-16 11:13:30 -0400
commitafb216c202feb143ce70c74c16fa50ca93da6157 (patch)
tree0d2f2a159e975bf1bd5b18c8846ea35d1b5d4f33 /changelog.d
parentImplement MSC2659: application service ping endpoint (#15249) (diff)
downloadsynapse-afb216c202feb143ce70c74c16fa50ca93da6157.tar.xz
Remove no-op send_command for Redis replication. (#15274)
With Redis commands do not need to be re-issued by the main
process (they fan-out to all processes at once) and thus it is no
longer necessary to worry about them reflecting recursively forever.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15272.misc2
-rw-r--r--changelog.d/15274.misc1
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/15272.misc b/changelog.d/15272.misc
index 7a3ef323e9..f7c0276ecc 100644
--- a/changelog.d/15272.misc
+++ b/changelog.d/15272.misc
@@ -1 +1 @@
-Remove unused class `DirectTcpReplicationClientFactory`.
+Clean-up direct TCP replication code.
diff --git a/changelog.d/15274.misc b/changelog.d/15274.misc
new file mode 100644
index 0000000000..f7c0276ecc
--- /dev/null
+++ b/changelog.d/15274.misc
@@ -0,0 +1 @@
+Clean-up direct TCP replication code.