diff options
author | Erik Johnston <erik@matrix.org> | 2023-02-24 14:39:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-24 14:39:50 +0000 |
commit | b2357a898cdd1f4a2222609abfe471801ea88dcd (patch) | |
tree | b02eb9a2d99e5bbf66743fe644c4629f731e25e8 /changelog.d/15150.bugfix | |
parent | Tweak changelog (diff) | |
download | synapse-b2357a898cdd1f4a2222609abfe471801ea88dcd.tar.xz |
Fix bug where 5s delays would occasionally happen. (#15150)
This only affects deployments using workers.
Diffstat (limited to 'changelog.d/15150.bugfix')
-rw-r--r-- | changelog.d/15150.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15150.bugfix b/changelog.d/15150.bugfix new file mode 100644 index 0000000000..8668bc587f --- /dev/null +++ b/changelog.d/15150.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in Synapse 1.76 where 5s delays would occasionally occur in deployments using workers. |