Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Commit

Permalink
Run with pm2 in fork mode
Browse files Browse the repository at this point in the history
  • Loading branch information
soruly committed Mar 3, 2024
1 parent e63365f commit 3fdcd7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ecosystem.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
{
"name": "trace.moe-media",
"script": "server.js",
"instances": 4,
"instances": 1,
"autorestart": true,
"exec_mode": "cluster"
"exec_mode": "fork"
}
]
}

0 comments on commit 3fdcd7b

Please sign in to comment.