summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorJonathan de Jong <jonathan@automatia.nl>2021-03-23 14:52:30 +0100
committerGitHub <noreply@github.com>2021-03-23 13:52:30 +0000
commit0caf2a338eacda084454bae84514875af6349eeb (patch)
treeca3e3215004aeed7dd164b9276dedecfd09a5757 /changelog.d
parentFederation API for Space summary (#9652) (diff)
downloadsynapse-0caf2a338eacda084454bae84514875af6349eeb.tar.xz
Fix federation stall on concurrent access errors (#9639)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9639.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9639.bugfix b/changelog.d/9639.bugfix
new file mode 100644
index 0000000000..51b3746707
--- /dev/null
+++ b/changelog.d/9639.bugfix
@@ -0,0 +1 @@
+Fix bug where federation sending can stall due to `concurrent access` database exceptions when it falls behind.