Skip to content

dns: implement light dns caching

Cache DNS results very lightly in node. Strawman: Cache for 1 second, refresh in the background, and delete cache after 1 second.

Fixes: https://github.com/nodejs/node/issues/49394

Merge request reports

Loading