fix: update restart delay and kill timeout in ecosystem config
This commit is contained in:
parent
4e78557158
commit
2210a2f148
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue