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

Bugfix/size mismatch #22

Closed naizapp closed 3 years ago

naizapp commented 3 years ago

No data were been supplied to the pipe other than the metadata. This was happening only for Atlas. The issue happens because setting timeout to false is not supported by Atlas. So deleting that option from cursor solved the issue.

lihaibh commented 3 years ago

what is the actual problem you are facing with Atlas, is it associate with the size mismatch bug?