Andre78
Andre784d ago

DB Connection slow with mongodb

Hello im working in a new project to start use Deno, but the connection to mongo is to slow, almost a minute, i try the same in node and it was faster, i dont know why takes more time in deno , anybidy with this same problem? The uri is just test, it works, bue slow.
No description
1 Reply
CodyC
CodyC3d ago
I had some slow connection problems when the thing I was connecting to had a DNS entry for an invalid/old IPv6 address. Deno tries to connect to ipv6 first, then falls back to ipv4. Could that be happening here?

Did you find this page helpful?