thiemok / discord-playtime

Discord Bot that collects playtime statistics
GNU General Public License v3.0
2 stars 0 forks source link

Refractor mongodb connection code #4

Closed thiemok closed 7 years ago

thiemok commented 7 years ago

Mongodb connection code needs to be refractored. Mainly some form of connection pooling needs to be implemented

thiemok commented 7 years ago

In addition, connection attempts should be retried and not cause an unhandeled exception

thiemok commented 7 years ago

Alternatively replace all of it with mongoose