summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-04-01 10:40:46 +0100
committerGitHub <noreply@github.com>2020-04-01 10:40:46 +0100
commitdfa07822542da96b93ef9d871d43bf1a36dc4664 (patch)
tree14beecda2571cd5763877923c89b51ea6f64624d /changelog.d
parentImprove TURN documentation. (#7167) (diff)
downloadsynapse-dfa07822542da96b93ef9d871d43bf1a36dc4664.tar.xz
Remove connections per replication stream metric. (#7195)
This broke in a recent PR (#7024) and is no longer useful due to all
replication clients implicitly subscribing to all streams, so let's
just remove it.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7195.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7195.misc b/changelog.d/7195.misc
new file mode 100644
index 0000000000..676f285377
--- /dev/null
+++ b/changelog.d/7195.misc
@@ -0,0 +1 @@
+Move catchup of replication streams logic to worker.