summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2023-08-22 16:11:22 +0100
committerGitHub <noreply@github.com>2023-08-22 15:11:22 +0000
commit803f63df1c52237a23cb68c1b2a8402200a7216d (patch)
treec50886529b4d20e959e6980611ede501c3456dcb /changelog.d
parentDisable `m.3pid_changes` capability when MSC3861 is enabled. (#16134) (diff)
downloadsynapse-803f63df1c52237a23cb68c1b2a8402200a7216d.tar.xz
Fix perf of `wait_for_stream_positions` (#16148)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16148.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16148.bugfix b/changelog.d/16148.bugfix
new file mode 100644
index 0000000000..fea316f856
--- /dev/null
+++ b/changelog.d/16148.bugfix
@@ -0,0 +1 @@
+Fix performance degredation when there are a lot of in-flight replication requests.