small fixes

This commit is contained in:
Wyatt Johnson
2018-04-11 19:29:54 -06:00
parent 86385e0d86
commit 322740d1a9
2 changed files with 2 additions and 5 deletions
-4
View File
@@ -42,10 +42,6 @@ if (WEBPACK) {
logger.debug('mongodb disconnected')
);
setTimeout(() => {
mongoose.disconnect();
}, 5000);
// Connect to the Mongo instance.
mongoose
.connect(MONGO_URL, {