synapse-product/changelog.d/11177.bugfix
Erik Johnston 7004f43da1
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.
2021-10-26 13:45:38 +01:00

2 lines
145 B
Plaintext

Fix a performance regression introduced in v1.44.0 which could cause client requests to time out when making large numbers of outbound requests.