diff options
author | Erik Johnston <erik@matrix.org> | 2023-08-22 16:11:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-22 15:11:22 +0000 |
commit | 803f63df1c52237a23cb68c1b2a8402200a7216d (patch) | |
tree | c50886529b4d20e959e6980611ede501c3456dcb /changelog.d | |
parent | Disable `m.3pid_changes` capability when MSC3861 is enabled. (#16134) (diff) | |
download | synapse-803f63df1c52237a23cb68c1b2a8402200a7216d.tar.xz |
Fix perf of `wait_for_stream_positions` (#16148)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16148.bugfix | 1 |
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. |