summary refs log tree commit diff
path: root/changelog.d/15150.bugfix
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2023-02-24 14:39:50 +0000
committerGitHub <noreply@github.com>2023-02-24 14:39:50 +0000
commitb2357a898cdd1f4a2222609abfe471801ea88dcd (patch)
treeb02eb9a2d99e5bbf66743fe644c4629f731e25e8 /changelog.d/15150.bugfix
parentTweak changelog (diff)
downloadsynapse-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.bugfix1
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.