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
Is your feature request related to a problem? Please describe.
Mongo driver is quite old, I have some stability issue on recent MongoDB server version. Also some option were renamed and it's very confusing. For exemple, secondaryAcceptableLatencyMS renamed to localThresholdMS.
Is your feature request related to a problem? Please describe.
Mongo driver is quite old, I have some stability issue on recent MongoDB server version. Also some option were renamed and it's very confusing. For exemple,
secondaryAcceptableLatencyMS
renamed tolocalThresholdMS
.Describe the solution you'd like
Upgrade to mongo 3.7 LTS (https://www.npmjs.com/package/mongodb/v/3.7.3)
Describe alternatives you've considered
Actually I build a custom Docker image with modified package.json and updated mongo driver.
The text was updated successfully, but these errors were encountered: