Fixing merge conflicts

This commit is contained in:
Chris Troutner
2021-09-27 12:44:59 -07:00
3 changed files with 17 additions and 15 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ class Server {
// the app.
setTimeout(function () {
process.exit(0)
}, 60000 * 60 * 4)
}, 60000 * 60 * 2) // 2 hours
return app
} catch (err) {