From d6a9811d48eb19481e4bfe9c57d68fd6c50c36b3 Mon Sep 17 00:00:00 2001 From: Revulate <76570121+Revulate@users.noreply.github.com> Date: Thu, 17 Oct 2024 03:03:29 -0700 Subject: [PATCH] Update ecosystem.config.js --- ecosystem.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecosystem.config.js b/ecosystem.config.js index f10cb92..0f1722e 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -4,7 +4,7 @@ module.exports = { script: "bot.py", interpreter: process.platform === "win32" ? "python" : "/home/actionsrunner/revbot/venv/bin/python", interpreter_args: "-u", // Use unbuffered mode - watch: true, + watch: false, // Disabled watch mode to prevent frequent restarts ignore_watch: [ "node_modules", "logs",