summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorreivilibre <oliverw@matrix.org>2022-05-20 15:28:23 +0100
committerGitHub <noreply@github.com>2022-05-20 15:28:23 +0100
commit39dee30f0120290d6ef3504815655df1a6cf47a5 (patch)
treea652e3badb2980aaa8b202c6d30fc3dcc7ea0f17 /changelog.d
parentUniformize spam-checker API, part 1: the `Code` enum. (#12703) (diff)
downloadsynapse-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.feature1
-rw-r--r--changelog.d/12672.misc1
-rw-r--r--changelog.d/12809.feature1
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