Skip to content

Commit

Permalink
chore: update pm2 config
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismclarke committed Nov 22, 2023
1 parent 746e766 commit 63af245
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pm2.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const apps = [
name: "sami_backend",
script,
args: ["start", "--only", "backend", "--build", "--production"],
restart_delay: 5000,
restart_delay: 30000,
node_args: "--max-old-space-size=2048",
...getLogPaths("backend"),
},
Expand All @@ -26,7 +26,7 @@ const apps = [
name: "sami_frontend",
script,
args: ["start", "--only", "frontend"],
restart_delay: 5000,
restart_delay: 30000,
node_args: "--max-old-space-size=2048",
...getLogPaths("frontend"),
},
Expand Down

0 comments on commit 63af245

Please sign in to comment.