You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have multiple apps written in node 10, multiple apps talk to the same target apps, then I was hoping to gain a performance improvement by caching DNS lookup, however in my case, those lookups are not executed explicitly, instead uses request-promise NPM module and tried the example below making multiple calls to the same target URL, however when is executed without dns-lookup-cache, got comparable results.
Hi, I have multiple apps written in node 10, multiple apps talk to the same target apps, then I was hoping to gain a performance improvement by caching DNS lookup, however in my case, those lookups are not executed explicitly, instead uses request-promise NPM module and tried the example below making multiple calls to the same target URL, however when is executed without dns-lookup-cache, got comparable results.
Am I using the library incorrectly ?
The text was updated successfully, but these errors were encountered: