fix: update restart delay and kill timeout in ecosystem config

This commit is contained in:
Agent 2026-03-13 12:58:08 +00:00
parent 4e78557158
commit 2210a2f148

View file

@ -22,7 +22,8 @@ module.exports = {
OAUTH_ISSUER: process.env.OAUTH_ISSUER || 'https://mcp.arik.work'
},
max_restarts: 10,
restart_delay: 1000,
kill_timeout: 5000,
restart_delay: 2000,
log_date_format: 'YYYY-MM-DD HH:mm:ss Z',
merge_logs: true
},