summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2023-08-23 09:23:41 +0100
committerGitHub <noreply@github.com>2023-08-23 09:23:41 +0100
commitdffe095642b071dcac4907cc97944886e9fbd5b2 (patch)
tree3fa0e5bffd6890ee05d3cc0669a2794d86b4f2df /changelog.d
parentIncrease perf of read/write locks (#16149) (diff)
downloadsynapse-dffe095642b071dcac4907cc97944886e9fbd5b2.tar.xz
Only lock when we're backfilling (#16159)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16159.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16159.misc b/changelog.d/16159.misc
new file mode 100644
index 0000000000..04cdd1afaf
--- /dev/null
+++ b/changelog.d/16159.misc
@@ -0,0 +1 @@
+Reduce scope of locks when paginating to alleviate DB contention.