diff options
author | Erik Johnston <erik@matrix.org> | 2023-08-23 09:23:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-23 09:23:41 +0100 |
commit | dffe095642b071dcac4907cc97944886e9fbd5b2 (patch) | |
tree | 3fa0e5bffd6890ee05d3cc0669a2794d86b4f2df /changelog.d | |
parent | Increase perf of read/write locks (#16149) (diff) | |
download | synapse-dffe095642b071dcac4907cc97944886e9fbd5b2.tar.xz |
Only lock when we're backfilling (#16159)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16159.misc | 1 |
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. |