diff --git a/ecosystem.config.js b/ecosystem.config.js index 2581d352..01ac9825 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -4,6 +4,7 @@ module.exports = { script: "./dist/index.js", name: "metaconcord", time: true, + max_restarts: 5, }, ], };