summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-01-21 17:00:12 +0000
committerGitHub <noreply@github.com>2021-01-21 17:00:12 +0000
commit758ed5f1bc16f4b73d73d94129761a8680fd71c5 (patch)
tree7d6b771d5ff3f8368faf6f4a4c44a5706c9ae7c4 /changelog.d
parentIncrease perf of handling concurrent use of StreamIDGenerators. (#9190) (diff)
downloadsynapse-758ed5f1bc16f4b73d73d94129761a8680fd71c5.tar.xz
Speed up chain cover calculation (#9176)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9176.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9176.misc b/changelog.d/9176.misc
new file mode 100644
index 0000000000..9c41d7b0f9
--- /dev/null
+++ b/changelog.d/9176.misc
@@ -0,0 +1 @@
+Speed up chain cover calculation when persisting a batch of state events at once.