optimizations

This commit is contained in:
sky
2025-09-27 20:54:40 -04:00
parent 36bb49aa80
commit 31479019f5
2 changed files with 11 additions and 9 deletions

View File

@ -2,4 +2,8 @@ module.exports = {
name: "Selenite", // Name of your application
script: "index.js", // Entry point of your application
interpreter: "bun", // Path to the Bun interpreter
watch: true,
cron_restart: '0 0 * * *',
instances : "max",
exec_mode : "cluster"
};