summary refs log tree commit diff
path: root/changelog.d/11190.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Shut down the DNS threadpool (#11190)Sean Quah2021-10-271-0/+1
The DNS threadpool must be explicitly stopped, otherwise Synapse will hang indefinitely when asked to shut down.