diff options
author | Erik Johnston <erikj@matrix.org> | 2023-08-23 13:45:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-23 13:45:25 +0100 |
commit | 4adaba9acf224e14171a8a4b9c98ef0791c4a1e3 (patch) | |
tree | 91c244c5aa94ff423c3675b6910534b8213bbb4d /changelog.d | |
parent | Reduce DB contention on worker locks (#16160) (diff) | |
download | synapse-4adaba9acf224e14171a8a4b9c98ef0791c4a1e3.tar.xz |
Fix rare deadlock when using read/write locks (#16133)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16133.bugfix | 1 |
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. |