diff options
author | Erik Johnston <erik@matrix.org> | 2021-04-08 18:05:35 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-04-08 18:05:35 +0100 |
commit | be0e722fe1296aadac4771e75c73fd96ae350689 (patch) | |
tree | ea8f46bd7f51600e8193b92b7aa2e0629be2dc93 /changelog.d | |
parent | Put opencontainers labels to the final image (#9765) (diff) | |
parent | Fix sharded federation sender sometimes using 100% CPU. (diff) | |
download | synapse-be0e722fe1296aadac4771e75c73fd96ae350689.tar.xz |
Merge branch 'erikj/fix_stalled_catchup' into develop
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9770.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9770.bugfix b/changelog.d/9770.bugfix new file mode 100644 index 0000000000..baf93138de --- /dev/null +++ b/changelog.d/9770.bugfix @@ -0,0 +1 @@ +Fix bug where sharded federation senders could get stuck repeatedly querying the DB in a loop, using lots of CPU. |