summary refs log tree commit diff
path: root/synapse/util/gai_resolver.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add most missing type hints to synapse.util (#11328)Patrick Cloke2021-11-161-14/+61
|
* Move DNS lookups into separate thread pool (#11177)Erik Johnston2021-10-261-0/+136
This is to stop large bursts of lookups starving out other users of the thread pools. Fixes #11049.