diff --git a/bin/server.js b/bin/server.js index d6966a4..4ff8fda 100644 --- a/bin/server.js +++ b/bin/server.js @@ -98,13 +98,6 @@ class Server { await controllers.attachControllers(app) } - // ipfs-coord has a memory leak. This app shuts down after 4 hours. It - // expects to be run by Docker or pm2, which can automatically restart - // the app. - setTimeout(function () { - process.exit(0) - }, 60000 * 60 * 2) // 2 hours - return app } catch (err) { console.error('Could not start server. Error: ', err)