lihaibh / ditto

NPM library that helps managing MongoDB snapshots easily and efficiently
https://www.npmjs.com/package/mongodb-snapshot
MIT License
48 stars 6 forks source link

feat: atlas free tier connection mode #28

Closed PedroKlein closed 2 years ago

PedroKlein commented 2 years ago

Disables cursor timeout property and index version metadata for MongoDB Atlas free tier use.

These changes fix the following errors when using with MongoDB Atlas free tier:

lihaibh commented 2 years ago

@PedroKlein is this still an issue?

lihaibh commented 2 years ago

@ganesh7396-hub this change relates to your issue: #29 can you verify it fixes your issue

PedroKlein commented 2 years ago

@PedroKlein is this still an issue?

Yes, but these changes fix the issues listed above. I've been using them for the last month in production environment without any problems so far. This PR will fix @ganesh7396-hub issue #29