diff options
author | Erik Johnston <erik@matrix.org> | 2021-10-26 13:45:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-26 13:45:38 +0100 |
commit | 7004f43da143f5d1d35c742add1238c51e62ca19 (patch) | |
tree | e11c27e6a8e18a8300286602d415b793ec196d01 /changelog.d | |
parent | Add a background update for updating MSC3440 relation threads. (#11181) (diff) | |
download | synapse-7004f43da143f5d1d35c742add1238c51e62ca19.tar.xz |
Move DNS lookups into separate thread pool (#11177)
This is to stop large bursts of lookups starving out other users of the thread pools. Fixes #11049.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11177.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11177.bugfix b/changelog.d/11177.bugfix new file mode 100644 index 0000000000..ca5bc0df28 --- /dev/null +++ b/changelog.d/11177.bugfix @@ -0,0 +1 @@ +Fix a performance regression introduced in v1.44.0 which could cause client requests to time out when making large numbers of outbound requests. |