diff --git a/ecosystem.config.js b/ecosystem.config.js index 60c3dd4..a7c9ab0 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -3,7 +3,7 @@ module.exports = { name: 'warframe-market-bot', script: './src/index.js', watch: true, - ignore_watch: ['node_modules', 'public/*'], - restart_delay: 4 * 60 * 1000 + ignore_watch: ['node_modules', 'public'], + restart_delay: 1 * 60 * 1000 }] }