diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-03-16 11:13:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-16 11:13:30 -0400 |
commit | afb216c202feb143ce70c74c16fa50ca93da6157 (patch) | |
tree | 0d2f2a159e975bf1bd5b18c8846ea35d1b5d4f33 /changelog.d | |
parent | Implement MSC2659: application service ping endpoint (#15249) (diff) | |
download | synapse-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.misc | 2 | ||||
-rw-r--r-- | changelog.d/15274.misc | 1 |
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. |