diff options
author | Erik Johnston <erik@matrix.org> | 2021-06-29 19:15:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-29 19:15:47 +0100 |
commit | 85d237eba789a667109ced140026d2494b210310 (patch) | |
tree | 81748cb2aab20b1d34e8a09775a06abf6eb0803b /changelog.d | |
parent | Incorportate review comments (diff) | |
download | synapse-85d237eba789a667109ced140026d2494b210310.tar.xz |
Add a distributed lock (#10269)
This adds a simple best effort locking mechanism that works cross workers.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10269.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10269.misc b/changelog.d/10269.misc new file mode 100644 index 0000000000..23e590490c --- /dev/null +++ b/changelog.d/10269.misc @@ -0,0 +1 @@ +Add a distributed lock implementation. |