Hello,
I'm using Mongo on a Windows server, it's working, but even the application and mongo being on the same machine it ends up overloading the server band.
Looking at the Resource Monitor in Network, Mongo is consuming a lot of bandwidth.
My connection string looks like this: mongodb: // ********: ******* @ localhost: 27017
Is there any way to connect to Mongo that does not use the server band?
My application was made in C #.
Thank you.