diff options
author | reivilibre <oliverw@matrix.org> | 2022-05-20 15:28:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-20 15:28:23 +0100 |
commit | 39dee30f0120290d6ef3504815655df1a6cf47a5 (patch) | |
tree | a652e3badb2980aaa8b202c6d30fc3dcc7ea0f17 /changelog.d | |
parent | Uniformize spam-checker API, part 1: the `Code` enum. (#12703) (diff) | |
download | synapse-39dee30f0120290d6ef3504815655df1a6cf47a5.tar.xz |
Send `USER_IP` commands on a different Redis channel, in order to reduce traffic to workers that do not process these commands. (#12809)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12672.feature | 1 | ||||
-rw-r--r-- | changelog.d/12672.misc | 1 | ||||
-rw-r--r-- | changelog.d/12809.feature | 1 |
3 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/12672.feature b/changelog.d/12672.feature new file mode 100644 index 0000000000..b989e0d208 --- /dev/null +++ b/changelog.d/12672.feature @@ -0,0 +1 @@ +Send `USER_IP` commands on a different Redis channel, in order to reduce traffic to workers that do not process these commands. \ No newline at end of file diff --git a/changelog.d/12672.misc b/changelog.d/12672.misc deleted file mode 100644 index 265e0a801f..0000000000 --- a/changelog.d/12672.misc +++ /dev/null @@ -1 +0,0 @@ -Lay some foundation work to allow workers to only subscribe to some kinds of messages, reducing replication traffic. \ No newline at end of file diff --git a/changelog.d/12809.feature b/changelog.d/12809.feature new file mode 100644 index 0000000000..b989e0d208 --- /dev/null +++ b/changelog.d/12809.feature @@ -0,0 +1 @@ +Send `USER_IP` commands on a different Redis channel, in order to reduce traffic to workers that do not process these commands. \ No newline at end of file |