From feff8b246147cda61ee92372136990d709647c0d Mon Sep 17 00:00:00 2001 From: Glassed Silver Date: Thu, 5 May 2022 18:24:06 +0200 Subject: [PATCH] revert pm2 config cluster_mode at least for now, implementation needs more research --- backend/pm2.config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/backend/pm2.config.js b/backend/pm2.config.js index 9e13963..2d2aec4 100644 --- a/backend/pm2.config.js +++ b/backend/pm2.config.js @@ -2,10 +2,8 @@ module.exports = { apps : [{ name : "YoutubeDL-Material", script : "./app.js", - instances: 0, - exec_mode: "cluster", watch : "placeholder", out_file: "/dev/null", error_file: "/dev/null" }] -} \ No newline at end of file +}