ecosystem.config.js tweaks
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-03-09 21:24:09 +03:00
parent 1e6be9bfd9
commit dcb3c2102e

View File

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