summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-06-29 19:15:47 +0100
committerGitHub <noreply@github.com>2021-06-29 19:15:47 +0100
commit85d237eba789a667109ced140026d2494b210310 (patch)
tree81748cb2aab20b1d34e8a09775a06abf6eb0803b /changelog.d
parentIncorportate review comments (diff)
downloadsynapse-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.misc1
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.