diff options
author | Erik Johnston <erikj@matrix.org> | 2023-08-23 16:24:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-23 16:24:30 +0100 |
commit | 18279631e9555bd9032b993074e62c7af886d9cd (patch) | |
tree | 1f8209b821216965468ef727e9e791c70221a2e6 /changelog.d | |
parent | Switch `devenv` dependency in the nix development environment to the latest r... (diff) | |
download | synapse-release-v1.91.0.tar.xz |
Fix rare deadlock when using read/write locks (#16169) github/release-v1.91.0 release-v1.91.0
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16169.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16169.bugfix b/changelog.d/16169.bugfix new file mode 100644 index 0000000000..ed8830692f --- /dev/null +++ b/changelog.d/16169.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. |