diff options
author | Jonathan de Jong <jonathan@automatia.nl> | 2021-03-23 14:52:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-23 13:52:30 +0000 |
commit | 0caf2a338eacda084454bae84514875af6349eeb (patch) | |
tree | ca3e3215004aeed7dd164b9276dedecfd09a5757 /changelog.d | |
parent | Federation API for Space summary (#9652) (diff) | |
download | synapse-0caf2a338eacda084454bae84514875af6349eeb.tar.xz |
Fix federation stall on concurrent access errors (#9639)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9639.bugfix | 1 |
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. |