decentralized-identity / sidetree

Sidetree Specification and Reference Implementation
https://identity.foundation/sidetree/spec
Apache License 2.0
438 stars 112 forks source link

fix(ref-imp): update mongo db version #1204

Closed ANDuff closed 2 years ago

ANDuff commented 2 years ago

Update to mongo db version to prevent error as noted here: https://jira.mongodb.org/browse/NODE-3252.

Previously if Mongo lost connection it would not recover without restarting the sidetree consuming app. This change makes the connection recover and sidetree processing to resume without restarting.