Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add most missing type hints to synapse.util (#11328) | Patrick Cloke | 2021-11-16 | 1 | -14/+61 |
| | |||||
* | Move DNS lookups into separate thread pool (#11177) | Erik Johnston | 2021-10-26 | 1 | -0/+136 |
This is to stop large bursts of lookups starving out other users of the thread pools. Fixes #11049. |