summary refs log tree commit diff
path: root/changelog.d/11177.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.46.0rc1Sean Quah2021-10-261-1/+0
|
* Move DNS lookups into separate thread pool (#11177)Erik Johnston2021-10-261-0/+1
This is to stop large bursts of lookups starving out other users of the thread pools. Fixes #11049.