diff options
author | Sumner Evans <sumner@beeper.com> | 2022-05-30 02:41:13 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-30 09:41:13 +0100 |
commit | bda460039941d5f7ae5c66544d5b428c0b33bd22 (patch) | |
tree | fe20f696c4253249a8e5482b6993b48fc62d442c /changelog.d | |
parent | Add a background job to automatically delete stale devices (#12855) (diff) | |
download | synapse-bda460039941d5f7ae5c66544d5b428c0b33bd22.tar.xz |
LockStore: fix acquiring a lock via `LockStore.try_acquire_lock` (#12832)
Signed-off-by: Sumner Evans <sumner@beeper.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12832.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12832.bugfix b/changelog.d/12832.bugfix new file mode 100644 index 0000000000..497d5184ea --- /dev/null +++ b/changelog.d/12832.bugfix @@ -0,0 +1 @@ +Fixed a bug which allowed multiple async operations to access database locks concurrently. Contributed by @sumnerevans @ Beeper. |