summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorSean Quah <8349537+squahtx@users.noreply.github.com>2021-10-27 13:04:56 +0100
committerGitHub <noreply@github.com>2021-10-27 13:04:56 +0100
commitf3a4be870092e28531957702931c5d74b9d1f18f (patch)
tree4411aa447a1f8436159d70d77e80021b85e849c6 /changelog.d
parentFix thread BG update to not seq scan event_json (#11192) (diff)
downloadsynapse-f3a4be870092e28531957702931c5d74b9d1f18f.tar.xz
Shut down the DNS threadpool (#11190)
The DNS threadpool must be explicitly stopped, otherwise Synapse will
hang indefinitely when asked to shut down.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11190.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11190.bugfix b/changelog.d/11190.bugfix
new file mode 100644
index 0000000000..0d913805ac
--- /dev/null
+++ b/changelog.d/11190.bugfix
@@ -0,0 +1 @@
+Fix a performance regression introduced in 1.44.0 which could cause client requests to time out when making large numbers of outbound requests.