Skip to content

Commit

Permalink
Update ecosystem.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Revulate authored Oct 17, 2024
1 parent 9c86c61 commit d6a9811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecosystem.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d6a9811

Please sign in to comment.