enable cluster mode for main_api

This commit is contained in:
SrGooglo 2023-11-28 18:47:51 +00:00
parent 4ff0546b5b
commit 6aaa5b2cd4

View File

@ -3,8 +3,8 @@ module.exports = {
{
name: "main_api",
script: "./dist/index.js",
// instances: "max",
// exec_mode: "cluster",
instances: "max",
exec_mode: "cluster",
env: {
"NODE_ENV": "production",
"MAIN_LISTEN_PORT": 5000,