Update pm2.config.js
This commit is contained in:
parent
fb1a10d50b
commit
4328f5926c
|
@ -2,7 +2,7 @@ module.exports = {
|
||||||
apps: [
|
apps: [
|
||||||
{
|
{
|
||||||
script: "dist/index.js",
|
script: "dist/index.js",
|
||||||
instances: "4",
|
instances: "max",
|
||||||
exec_mode: "cluster",
|
exec_mode: "cluster",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue