summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@matrix.org>2023-08-23 13:45:25 +0100
committerGitHub <noreply@github.com>2023-08-23 13:45:25 +0100
commit4adaba9acf224e14171a8a4b9c98ef0791c4a1e3 (patch)
tree91c244c5aa94ff423c3675b6910534b8213bbb4d /changelog.d
parentReduce DB contention on worker locks (#16160) (diff)
downloadsynapse-4adaba9acf224e14171a8a4b9c98ef0791c4a1e3.tar.xz
Fix rare deadlock when using read/write locks (#16133)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16133.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16133.bugfix b/changelog.d/16133.bugfix
new file mode 100644
index 0000000000..ed8830692f
--- /dev/null
+++ b/changelog.d/16133.bugfix
@@ -0,0 +1 @@
+Fix a rare race that could block new events from being sent for up to two minutes. Introduced in v1.90.0.