diff options
author | Erik Johnston <erik@matrix.org> | 2022-05-21 14:13:10 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2022-05-21 14:13:10 +0100 |
commit | da10dfc311ba61f4e2437c385089b83eb84b78c8 (patch) | |
tree | be6807cb55fb7922477e721fe8c042fc02194c30 /changelog.d | |
parent | Ignore display name push (diff) | |
parent | Fix tests (diff) | |
download | synapse-da10dfc311ba61f4e2437c385089b83eb84b78c8.tar.xz |
Merge branch 'erikj/less_state_on_missing' into erikj/push_hack
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/12703.misc | 1 | ||||
-rw-r--r-- | changelog.d/12809.feature | 1 | ||||
-rw-r--r-- | changelog.d/12828.misc | 1 |
5 files changed, 4 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/12703.misc b/changelog.d/12703.misc new file mode 100644 index 0000000000..9aaa1bbaa3 --- /dev/null +++ b/changelog.d/12703.misc @@ -0,0 +1 @@ +Convert namespace class `Codes` into a string enum. \ 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 diff --git a/changelog.d/12828.misc b/changelog.d/12828.misc new file mode 100644 index 0000000000..afca32471f --- /dev/null +++ b/changelog.d/12828.misc @@ -0,0 +1 @@ +Pull out less state when handling gaps in room DAG. |