fix(ipfs-coord): Updating bootstrap peers. v6.6.8

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