Skip to content

Commit

Permalink
don't restart more than 5 times
Browse files Browse the repository at this point in the history
if something goes wrong
  • Loading branch information
Techbot121 authored and Meta Construct committed Nov 8, 2023
1 parent b7a0d77 commit c369e79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ecosystem.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = {
script: "./dist/index.js",
name: "metaconcord",
time: true,
max_restarts: 5,
},
],
};

0 comments on commit c369e79

Please sign in to comment.