diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-08-19 08:25:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-19 08:25:24 -0400 |
commit | f3fba4914d63bd9ee0573b61c9631b58ec263070 (patch) | |
tree | b9135a29813e24a46f3fb483855372df21d970a9 /changelog.d | |
parent | Fix validation problem that occurs when a user tries to deactivate their acco... (diff) | |
download | synapse-f3fba4914d63bd9ee0573b61c9631b58ec263070.tar.xz |
Reduce the number of tests using TCP replication. (#13543)
Uses Redis replication in additional test cases (instead of TCP replication). A small step towards dropping TCP replication.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13543.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13543.misc b/changelog.d/13543.misc new file mode 100644 index 0000000000..0300f46cd8 --- /dev/null +++ b/changelog.d/13543.misc @@ -0,0 +1 @@ +Reduce the number of tests using legacy TCP replication. |