digitalcredentials / web-verifier-plus

VerifierPlus allows users to verify any supported digital academic credential
https://verifierplus.org
MIT License
6 stars 7 forks source link

Reuse database connections #127

Open dmitrizagidulin opened 1 month ago

dmitrizagidulin commented 1 month ago

Currently, separate MongoDB connections are being opened with every API call. Fix it so that they're reused/pooled.

alexfigtree commented 1 month ago

Related to: https://github.com/digitalcredentials/learner-credential-wallet/issues/610