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.
Loading
Please register or sign in to comment
This is to stop large bursts of lookups starving out other users of the thread pools. Fixes #11049.