Skip to content

Commit 9cd903d

Browse files
Change to 1 instance
1 parent da56f72 commit 9cd903d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ecosystem.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
script: "build/src/app.js",
77
node_args: "--enable-source-maps",
88
wait_ready: true,
9-
instances: 2,
9+
instances: 1,
1010
listen_timeout: 10 * 1000,
1111
out_file: "/home/ubuntu/.pm2/logs/api_out.log",
1212
err_file: "/home/ubuntu/.pm2/logs/api_err.log",

0 commit comments

Comments
 (0)